add close button to edit list dialog (fixes #589)

This commit is contained in:
rolux 2012-03-07 13:00:48 +00:00
parent c552110125
commit a5c52f5019

View file

@ -101,6 +101,7 @@ pandora.ui.listDialog = function(section) {
}
})
],
closeButton: true,
content: pandora.$ui.listDialogTabPanel,
maxWidth: width,
minHeight: 312,