]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
task viewer: increase height
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 Mar 2021 16:13:31 +0000 (17:13 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 Mar 2021 16:13:37 +0000 (17:13 +0100)
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 <t.lamprecht@proxmox.com>
src/window/TaskViewer.js

index 31e1ebcca03fddb62a2354991fe3209bf1eff9a7..996a41b5c32ad73cfcdb601c815175f402c45078 100644 (file)
@@ -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: [{