node apt: make changelog window taller for 4:3 ratio

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-02-01 12:15:36 +01:00
parent 261f558105
commit f372d3c087

View File

@ -126,7 +126,7 @@ Ext.define('Proxmox.node.APT', {
let win = Ext.create('Ext.window.Window', {
title: gettext('Changelog') + ": " + rec.data.Package,
width: 800,
height: 400,
height: 600,
layout: 'fit',
modal: true,
items: [view],