mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-09 20:39:56 +00:00
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:
parent
2d99e60eea
commit
be3e4b4cb1
@ -255,7 +255,7 @@ Ext.define('Proxmox.window.TaskViewer', {
|
|||||||
Ext.apply(me, {
|
Ext.apply(me, {
|
||||||
title: "Task viewer: " + task.desc + me.extraTitle,
|
title: "Task viewer: " + task.desc + me.extraTitle,
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 400,
|
height: 500,
|
||||||
layout: 'fit',
|
layout: 'fit',
|
||||||
modal: true,
|
modal: true,
|
||||||
items: [{
|
items: [{
|
||||||
|
Loading…
Reference in New Issue
Block a user