]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: window/Wizard: make it a little wider
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 5 Oct 2021 11:29:03 +0000 (13:29 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 Nov 2021 08:50:36 +0000 (09:50 +0100)
for the multi disk panel, we want it to be just a little wider, so
that all form fields are still readable

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Tested-by: Lorenz Stechauner <l.stechauner@proxmox.com>
Tested-by: Aaron Lauterer <a.lauterer@proxmox.com>
www/manager6/window/Wizard.js

index 68ab25a0d6a09f7789d6903c0064209d2a75f595..4aacb8a33c9a9376516263c819eb843e29a9329a 100644 (file)
@@ -3,7 +3,7 @@ Ext.define('PVE.window.Wizard', {
 
     activeTitle: '', // used for automated testing
 
-    width: 700,
+    width: 720,
     height: 510,
 
     modal: true,