forked from 0x2620/pandora
add close button to edit list dialog (fixes #589)
This commit is contained in:
parent
c552110125
commit
a5c52f5019
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ pandora.ui.listDialog = function(section) {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
|
closeButton: true,
|
||||||
content: pandora.$ui.listDialogTabPanel,
|
content: pandora.$ui.listDialogTabPanel,
|
||||||
maxWidth: width,
|
maxWidth: width,
|
||||||
minHeight: 312,
|
minHeight: 312,
|
||||||
|
|
Loading…
Reference in a new issue