mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 13:10:27 +00:00
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:
parent
9dbc4dfa88
commit
d738b11e37
@ -3,7 +3,7 @@ Ext.define('PVE.window.Wizard', {
|
||||
|
||||
activeTitle: '', // used for automated testing
|
||||
|
||||
width: 700,
|
||||
width: 720,
|
||||
height: 510,
|
||||
|
||||
modal: true,
|
||||
|
Loading…
Reference in New Issue
Block a user