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:
parent
9377540652
commit
eacd918e0a
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user