[pve-devel] [PATCH pve-manager 5/5] Enlarge Wizard window	vertically to accomodate all our LXC settings
    Emmanuel Kasper 
    e.kasper at proxmox.com
       
    Tue Mar 15 14:12:58 CET 2016
    
    
  
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/window/Wizard.js b/www/manager6/window/Wizard.js
index cc7f3fb..82dd04f 100644
--- a/www/manager6/window/Wizard.js
+++ b/www/manager6/window/Wizard.js
@@ -173,7 +173,7 @@ Ext.define('PVE.window.Wizard', {
 
 	Ext.apply(me, {
 	    width: 620,
-	    height: 400,
+	    height: 450,
 	    modal: true,
 	    border: false,
 	    draggable: true,
-- 
2.1.4
    
    
More information about the pve-devel
mailing list