]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: file browser: adapt height for 4:3 instead of weird 2:1 ratio
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 Jun 2020 09:54:22 +0000 (11:54 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 Jun 2020 09:59:23 +0000 (11:59 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/window/FileBrowser.js

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