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