mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 16:00:36 +00:00
Enlarge Wizard window vertically to accomodate all our LXC settings
Without this, the summary grid in the end of the LXC creation wizard needs to be scrolled to see some settings. Note that we still want to use a fixed height, so that all wizard panels have the same height and next/previous buttons are always displayed at the same place.
This commit is contained in:
parent
60575f19e5
commit
ad07dcb380
@ -173,7 +173,7 @@ Ext.define('PVE.window.Wizard', {
|
||||
|
||||
Ext.apply(me, {
|
||||
width: 620,
|
||||
height: 400,
|
||||
height: 450,
|
||||
modal: true,
|
||||
border: false,
|
||||
draggable: true,
|
||||
|
Loading…
Reference in New Issue
Block a user