[pve-devel] [PATCH manager 2/2] ext6migrate: remove button height from upload window
Dominik Csapak
d.csapak at proxmox.com
Mon Mar 21 12:57:39 CET 2016
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 at proxmox.com>
---
www/manager6/storage/ContentView.js | 3 ---
1 file changed, 3 deletions(-)
diff --git a/www/manager6/storage/ContentView.js b/www/manager6/storage/ContentView.js
index a75fe22..86f6201 100644
--- a/www/manager6/storage/ContentView.js
+++ b/www/manager6/storage/ContentView.js
@@ -194,9 +194,6 @@ Ext.define('PVE.storage.Upload', {
name: 'filename',
buttonText: gettext('Select File...'),
allowBlank: false,
- buttonConfig: {
- height: 32
- }
},
pbar
]
--
2.1.4
More information about the pve-devel
mailing list