From 8c054099b202aaf4865827219e37cc8b6218fca0 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 22 Sep 2017 14:20:27 +0200 Subject: [PATCH] window.Wizard: increase default size The current size was choosen 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 --- 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.39.5