more squared ui elements
This commit is contained in:
parent
ab3ba433fa
commit
8d250cb1b2
2 changed files with 17 additions and 0 deletions
|
|
@ -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
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue