From be3e4b4cb1bb38ee4540d522748e5c045380ded6 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 5 Mar 2021 17:13:31 +0100 Subject: [PATCH] task viewer: increase height 500 px still fit nicely in our minimum requirements of "HD ready" (1280 x 720 px) and for any slightly longer running task the extra pixel are really nice, I frequently find myself resizing the height immediately after a task window opens so lets up the default a bit... Signed-off-by: Thomas Lamprecht --- src/window/TaskViewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window/TaskViewer.js b/src/window/TaskViewer.js index 31e1ebc..996a41b 100644 --- a/src/window/TaskViewer.js +++ b/src/window/TaskViewer.js @@ -255,7 +255,7 @@ Ext.define('Proxmox.window.TaskViewer', { Ext.apply(me, { title: "Task viewer: " + task.desc + me.extraTitle, width: 800, - height: 400, + height: 500, layout: 'fit', modal: true, items: [{ -- 2.39.2