]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: guest wizard: increase height to match 4:3 ratio
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 6 Nov 2023 16:26:59 +0000 (17:26 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 6 Nov 2023 16:27:02 +0000 (17:27 +0100)
solving an issue where the CPU extra-flags grid had less space than
it's fixed height allowed.
While we also could have reduced that height, having a nicer ratio and
a bit more vertical "breathing room" seem slightly nicer to me.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/window/Wizard.js

index 4aacb8a33c9a9376516263c819eb843e29a9329a..6afadc79aada3bdbd1e9f170d183f3a378fb0c0c 100644 (file)
@@ -4,7 +4,7 @@ Ext.define('PVE.window.Wizard', {
     activeTitle: '', // used for automated testing
 
     width: 720,
-    height: 510,
+    height: 540,
 
     modal: true,
     border: false,