forked from 0x2620/pandora
fix #2500 (dialog size)
This commit is contained in:
parent
ca197eafaf
commit
2a6ad5c040
1 changed files with 2 additions and 2 deletions
|
@ -35,10 +35,10 @@ pandora.ui.apiDialog = function() {
|
|||
keys: {escape: 'close'},
|
||||
maximizeButton: true,
|
||||
minHeight: 256,
|
||||
minWidth: 544 + Ox.UI.SCROLLBAR_SIZE,
|
||||
minWidth: 544 + 2 + Ox.UI.SCROLLBAR_SIZE,
|
||||
removeOnClose: true,
|
||||
title: Ox._('API Documentation'),
|
||||
width: 672 + Ox.UI.SCROLLBAR_SIZE
|
||||
width: 672 + 2 + Ox.UI.SCROLLBAR_SIZE
|
||||
})
|
||||
.bindEvent({
|
||||
close: function() {
|
||||
|
|
Loading…
Reference in a new issue