update entity dialog dimensions
This commit is contained in:
parent
1838c7be86
commit
11dd966be8
1 changed files with 4 additions and 3 deletions
|
@ -6,18 +6,19 @@ pandora.ui.entityDialog = function(options) {
|
||||||
|
|
||||||
var ui = pandora.user.ui,
|
var ui = pandora.user.ui,
|
||||||
|
|
||||||
$content = Ox.Element(),
|
$content = Ox.Element()
|
||||||
|
.css({overflowY: 'auto'}),
|
||||||
|
|
||||||
that = Ox.Dialog({
|
that = Ox.Dialog({
|
||||||
closeButton: true,
|
closeButton: true,
|
||||||
content: $content,
|
content: $content,
|
||||||
fixedSize: true,
|
fixedSize: true,
|
||||||
focus: false,
|
focus: false,
|
||||||
height: 384,
|
height: 416,
|
||||||
padding: 0,
|
padding: 0,
|
||||||
removeOnClose: true,
|
removeOnClose: true,
|
||||||
title: '',
|
title: '',
|
||||||
width: 512,
|
width: 560,
|
||||||
})
|
})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
close: function() {
|
close: function() {
|
||||||
|
|
Loading…
Reference in a new issue