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.titlesDialog = function() {
changeOnKeypress: true,
clear: true,
placeholder: Ox._('Find'),
style: 'squared',
width: 192
})
.css({float: 'right', margin: '4px'})
@ -94,6 +95,7 @@ oml.ui.titlesDialog = function() {
$findButton = Ox.Button({
disabled: true,
style: 'squared',
title: Ox._('Find'),
width: 48
}).bindEvent({
@ -116,6 +118,7 @@ oml.ui.titlesDialog = function() {
that = Ox.Dialog({
buttons: [
Ox.Button({
style: 'squared',
title: Ox._('Sort Names...')
}).bindEvent({
click: function() {
@ -128,6 +131,7 @@ oml.ui.titlesDialog = function() {
{},
$findButton,
Ox.Button({
style: 'squared',
title: Ox._('Done'),
width: 48
}).bindEvent({