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

@ -9,6 +9,7 @@ oml.ui.namesDialog = function() {
changeOnKeypress: true,
clear: true,
placeholder: Ox._('Find'),
style: 'squared',
width: 192
})
.css({float: 'right', margin: '4px'})
@ -110,6 +111,7 @@ oml.ui.namesDialog = function() {
that = Ox.Dialog({
buttons: [
Ox.Button({
style: 'squared',
title: Ox._('Sort Titles...')
}).bindEvent({
click: function() {
@ -123,6 +125,7 @@ oml.ui.namesDialog = function() {
$findButton,
Ox.Button({
title: Ox._('Done'),
style: 'squared',
width: 48
}).bindEvent({
click: function() {