This commit is contained in:
rolux 2013-03-03 10:38:57 +05:30
parent f350f0d02e
commit 112f4f98c8
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ pandora.ui.iconDialog = function(options) {
)
.append(
$('<div>')
.css({position: 'absolute', left: '96px', top: '16px', width: width - 112 + 'px'})
.css({position: 'absolute', left: '96px', top: '16px', width: options.width - 112 + 'px'})
.html(options.text)
),
fixedSize: true,