convert to squared style
This commit is contained in:
parent
5b1e2e58e9
commit
ee0c514d01
10 changed files with 35 additions and 4 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue