fix software update panel (layout)
This commit is contained in:
parent
aa3ab25a30
commit
39aa924c73
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ oml.ui.appDialog = function() {
|
|||
);
|
||||
Ox.Button({
|
||||
id: 'update',
|
||||
title: Ox._('Install Now')
|
||||
title: Ox._('Install Now'),
|
||||
width: 128
|
||||
}).bindEvent({
|
||||
click: function() {
|
||||
this.options({
|
||||
|
|
Loading…
Reference in a new issue