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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-03-05 17:13:31 +01:00
parent 2d99e60eea
commit be3e4b4cb1

View 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: [{