mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-09 17:18:33 +00:00
node apt: make changelog window taller for 4:3 ratio
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
261f558105
commit
f372d3c087
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user