]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
node apt: make changelog window taller for 4:3 ratio
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 1 Feb 2023 11:15:36 +0000 (12:15 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 1 Feb 2023 11:15:36 +0000 (12:15 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/node/APT.js

index 1ebdb72012acdb8d030e98ce394e8272f7bf872b..8a5942482a408599b3dc796521a25f0ccad97a57 100644 (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],