]> git.proxmox.com Git - pve-manager.git/commitdiff
ext6migrate: remove button height from upload window
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 21 Mar 2016 11:57:39 +0000 (12:57 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 21 Mar 2016 13:02:47 +0000 (14:02 +0100)
since we changed to the crisp theme, the button should
not have a height of 32px

this reverts part of the commit:
5d57889439c5f05afb86b08df076e422520e8381

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/storage/ContentView.js

index a75fe225a34761d90390d9a5f7978d7d8a6357ca..86f6201b014c35554e379410ca720ec47f254df6 100644 (file)
@@ -194,9 +194,6 @@ Ext.define('PVE.storage.Upload', {
                    name: 'filename',
                    buttonText: gettext('Select File...'),
                    allowBlank: false,
-                   buttonConfig: {
-                       height: 32
-                   }
                },
                pbar
            ]