]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
role selector: make slightly more wide and resizeable
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Jan 2023 14:09:25 +0000 (15:09 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Jan 2023 14:09:25 +0000 (15:09 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/form/RoleSelector.js

index b4b6357d93579c2fa39f57b2712f87caac3a0290..f92ecb30a24102d8bc574441a966a53cef735918 100644 (file)
@@ -18,7 +18,8 @@ Ext.define('Proxmox.form.RoleSelector', {
     displayField: 'roleid',
 
     listConfig: {
-       width: 500,
+       width: 560,
+       resizable: true,
        columns: [
            {
                header: gettext('Role'),