fix software update panel (layout)

This commit is contained in:
Rolux 2016-01-05 22:12:41 +05:30
parent aa3ab25a30
commit 39aa924c73

View file

@ -59,7 +59,8 @@ oml.ui.appDialog = function() {
); );
Ox.Button({ Ox.Button({
id: 'update', id: 'update',
title: Ox._('Install Now') title: Ox._('Install Now'),
width: 128
}).bindEvent({ }).bindEvent({
click: function() { click: function() {
this.options({ this.options({