[pve-devel] [PATCH manager 4/5] ext6migrate: let the components determine width
Dominik Csapak
d.csapak at proxmox.com
Mon Mar 21 10:53:12 CET 2016
since we have a bigger font, instead of
hardcoding the width, let the components generate the
necessary width
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
www/manager6/qemu/CPUOptions.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/www/manager6/qemu/CPUOptions.js b/www/manager6/qemu/CPUOptions.js
index d6c9dca..711a3e3 100644
--- a/www/manager6/qemu/CPUOptions.js
+++ b/www/manager6/qemu/CPUOptions.js
@@ -82,7 +82,6 @@ Ext.define('PVE.qemu.CPUOptions', {
Ext.apply(me, {
subject: gettext('CPU options'),
items: ipanel,
- width: 150
});
me.callParent();
--
2.1.4
More information about the pve-devel
mailing list