]> git.proxmox.com Git - pve-manager.git/commitdiff
increase label width in restore dialog
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 18 Jul 2014 06:13:03 +0000 (08:13 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 18 Jul 2014 06:13:03 +0000 (08:13 +0200)
www/manager/window/Restore.js

index 04e0c995db67a4a0ab29ccf1b3700cfcdcbefd45..9c378150417b16f3eda94890a479497beca67a1b 100644 (file)
@@ -31,7 +31,7 @@ Ext.define('PVE.window.Restore', {
            bodyPadding: 10,
            border: false,
            fieldDefaults: {
-               labelWidth: 60,
+               labelWidth: 100,
                anchor: '100%'
            },
            items: [
@@ -123,7 +123,7 @@ Ext.define('PVE.window.Restore', {
 
        Ext.apply(me, {
            title: title,
-           width: 450,
+           width: 500,
            modal: true,
            layout: 'auto',
            border: false,