ui: bootorder: set minHeight for grid to conceal the long load time a bit

as else the window is not centered if it only grows in size after
ExtJS rendered it completely once.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-10-16 14:45:35 +02:00
parent 9377540652
commit eacd918e0a

View File

@ -119,6 +119,7 @@ Ext.define('PVE.qemu.BootOrderPanel', {
xtype: 'grid',
reference: 'grid',
margin: '0 0 5 0',
minHeight: 150,
defaults: {
sortable: false,
hideable: false,