This commit is contained in:
rolux 2013-03-03 10:37:53 +05:30
parent 58ad24305c
commit f350f0d02e
1 changed files with 1 additions and 1 deletions

View File

@ -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,