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

@ -6,6 +6,7 @@ oml.ui.welcomeDialog = function() {
buttons: [
Ox.Button({
id: 'close',
style: 'squared',
title: Ox._('Close')
})
.bindEvent({
@ -15,8 +16,8 @@ oml.ui.welcomeDialog = function() {
})
],
content: 'Welcome! To get started, you may want to set your '
+ 'library path, import some media, start your node, chose a '
+ 'username and add a few peers.',
+ 'library path, import some media, choose a username '
+ 'and add a few peers.',
title: Ox._('Welcome to Open Media Library')
});