more squared ui elements

This commit is contained in:
rlx 2016-01-12 11:03:41 +05:30
commit 8d250cb1b2
2 changed files with 17 additions and 0 deletions

View file

@ -122,6 +122,7 @@ oml.ui.appDialog = function() {
orientation: 'horizontal'
});
},
style: 'squared',
tabs: tabs
})
.bindEvent({
@ -146,6 +147,7 @@ oml.ui.appDialog = function() {
fixedSize: true,
height: 384,
removeOnClose: true,
style: 'squared',
title: 'Open Media Library',
width: 768
})