convert to squared style
This commit is contained in:
parent
5b1e2e58e9
commit
ee0c514d01
10 changed files with 35 additions and 4 deletions
|
|
@ -8,6 +8,7 @@ oml.ui.findDialog = function() {
|
|||
buttons: [
|
||||
Ox.Button({
|
||||
id: 'done',
|
||||
style: 'squared',
|
||||
title: Ox._('Done')
|
||||
})
|
||||
.bindEvent({
|
||||
|
|
@ -33,6 +34,7 @@ oml.ui.findDialog = function() {
|
|||
}),
|
||||
|
||||
$updateCheckbox = Ox.Checkbox({
|
||||
style: 'squared',
|
||||
title: Ox._('Update Results in the Background'),
|
||||
value: oml.user.ui.updateResults
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue