]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: workspace: increase initial resource tree width from 200 to 300 px
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 21 Nov 2022 12:38:11 +0000 (13:38 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 21 Nov 2022 12:38:13 +0000 (13:38 +0100)
we got much more wide screens and higher resolutions nowadays than
when this width was decided (before the famous imported from SVN
commit in 2011).

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/Workspace.js

index a7423508edb68b2d4ff10dc6fa4a8a37828c7e4d..d0f7ff76053f29b0a0dfd1dc2d9aea6fd69c505b 100644 (file)
@@ -448,7 +448,7 @@ Ext.define('PVE.StdWorkspace', {
                    layout: { type: 'vbox', align: 'stretch' },
                    margin: '0 0 0 5',
                    split: true,
-                   width: 200,
+                   width: 300,
                    items: [selview, rtree],
                    listeners: {
                        resize: function(panel, width, height) {