followup: use boxLabel to avoid big labelWidths

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-10-25 17:38:57 +02:00
parent 743b391c50
commit 9afda559ff

View File

@ -130,8 +130,7 @@ Ext.define('PVE.window.SafeDestroy', {
xtype: 'proxmoxcheckbox', xtype: 'proxmoxcheckbox',
name: 'purge', name: 'purge',
reference: 'purgeCheckbox', reference: 'purgeCheckbox',
fieldLabel: gettext('Purge'), boxLabel: gettext('Purge'),
labelWidth: 300,
checked: false, checked: false,
autoEl: { autoEl: {
tag: 'div', tag: 'div',