From f350f0d02ec5b0210ae8dfb316a506b4034a5305 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 3 Mar 2013 10:37:53 +0530 Subject: [PATCH] typo --- static/js/pandora/iconDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/iconDialog.js b/static/js/pandora/iconDialog.js index 540fd5db..8055e9f4 100644 --- a/static/js/pandora/iconDialog.js +++ b/static/js/pandora/iconDialog.js @@ -24,7 +24,7 @@ pandora.ui.iconDialog = function(options) { .css({position: 'absolute', left: '96px', top: '16px', width: width - 112 + 'px'}) .html(options.text) ), - fixedSize: true + fixedSize: true, height: options.height, keys: options.keys, removeOnClose: true,