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:
@ -52,7 +52,7 @@ Ext.define("PBS.window.FileBrowser", {
|
||||
extend: "Ext.window.Window",
|
||||
|
||||
width: 800,
|
||||
height: 400,
|
||||
height: 600,
|
||||
|
||||
modal: true,
|
||||
|
||||
|
Reference in New Issue
Block a user