ui: file browser: adapt height for 4:3 instead of weird 2:1 ratio

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-06-25 11:54:22 +02:00
parent e22f4882e7
commit 2f050cf2ed

View File

@ -52,7 +52,7 @@ Ext.define("PBS.window.FileBrowser", {
extend: "Ext.window.Window", extend: "Ext.window.Window",
width: 800, width: 800,
height: 400, height: 600,
modal: true, modal: true,