ui: window/Wizard: make it a little wider

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>
This commit is contained in:
Dominik Csapak 2021-10-05 13:29:03 +02:00 committed by Thomas Lamprecht
parent 9dbc4dfa88
commit d738b11e37

View File

@ -3,7 +3,7 @@ Ext.define('PVE.window.Wizard', {
activeTitle: '', // used for automated testing
width: 700,
width: 720,
height: 510,
modal: true,