]> git.proxmox.com Git - pve-manager.git/commitdiff
ext6migrate: let the components determine width
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 21 Mar 2016 09:53:12 +0000 (10:53 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 21 Mar 2016 10:16:39 +0000 (11:16 +0100)
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@proxmox.com>
www/manager6/qemu/CPUOptions.js

index d6c9dca7bdfcb79592a6ff7afccb610f27ae560f..711a3e3ad12ca785f0baf3135a1d6492aa39b46d 100644 (file)
@@ -82,7 +82,6 @@ Ext.define('PVE.qemu.CPUOptions', {
        Ext.apply(me, {
            subject: gettext('CPU options'),
            items: ipanel,
-           width: 150
        });
 
        me.callParent();