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:
Emmanuel Kasper 2016-03-15 14:12:58 +01:00 committed by Dietmar Maurer
parent 60575f19e5
commit ad07dcb380

View File

@ -173,7 +173,7 @@ Ext.define('PVE.window.Wizard', {
Ext.apply(me, {
width: 620,
height: 400,
height: 450,
modal: true,
border: false,
draggable: true,