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:
parent
e22f4882e7
commit
2f050cf2ed
@ -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,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user