]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
language selector: increase field width
authorNoel Ullreich <n.ullreich@proxmox.com>
Thu, 23 Mar 2023 14:44:25 +0000 (15:44 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 24 Mar 2023 11:24:02 +0000 (12:24 +0100)
With the new translations and layout, the width of the dropdown menu
needs to be increased so that the languages are all on the same line.
This width might need to increased in the future if translations were
to create a line break.

Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
 [ T: reflow message and reword subject a bit ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/window/LanguageEdit.js

index 9176cfd3dae57f05a39f60c94947a554a8feb02a..e1ba6cca5fec7c79f392354de9156bc95d517978 100644 (file)
@@ -38,6 +38,7 @@ Ext.define('Proxmox.window.LanguageEditWindow', {
            bind: {
                value: '{language}',
            },
            bind: {
                value: '{language}',
            },
+           width: 400,
        },
     ],
     buttons: [
        },
     ],
     buttons: [