convert to squared style

This commit is contained in:
rlx 2016-01-13 13:50:03 +05:30
commit ee0c514d01
10 changed files with 35 additions and 4 deletions

View file

@ -21,6 +21,7 @@ oml.ui.errorDialog = function() {
function getButtons() {
return (ui.enableDebugMenu ? [
Ox.Button({
style: 'squared',
title: Ox._('View Error Logs...')
})
.bindEvent({
@ -33,6 +34,7 @@ oml.ui.errorDialog = function() {
] : []).concat([
Ox.Button({
id: 'close',
style: 'squared',
title: Ox._('Close')
})
.bindEvent({