]> git.proxmox.com Git - pve-manager.git/commitdiff
Enlarge Wizard window vertically to accomodate all our LXC settings
authorEmmanuel Kasper <e.kasper@proxmox.com>
Tue, 15 Mar 2016 13:12:58 +0000 (14:12 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 15 Mar 2016 15:34:37 +0000 (16:34 +0100)
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.

www/manager6/window/Wizard.js

index cc7f3fb13f86a0da7839c78beee455a1fae3b3f7..82dd04f1649ef3aa2f2378340a2806fef63e69d7 100644 (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,