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,