[pve-devel] [PATCH manager 3/3] window.Wizard: increase default size
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Jul 26 15:49:13 CEST 2017
The current size was chosen with the older, more compact, classic
theme. The Crisp theme, now in use, has a bit more spaces and bigger
font sizes to adapt to the increased pixel density of current
displays.
Increase the size a bit (~13%) but try to keep the aspect ratio.
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
www/manager6/window/Wizard.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/manager6/window/Wizard.js b/www/manager6/window/Wizard.js
index 7ae58776..6b7eeb3e 100644
--- a/www/manager6/window/Wizard.js
+++ b/www/manager6/window/Wizard.js
@@ -175,8 +175,8 @@ Ext.define('PVE.window.Wizard', {
}
Ext.apply(me, {
- width: 620,
- height: 450,
+ width: 700,
+ height: 510,
modal: true,
border: false,
draggable: true,
--
2.11.0
More information about the pve-devel
mailing list