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 linebreak.
Signed-off-by: Noel Ullreich <n.ullre...@proxmox.com> --- src/window/LanguageEdit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/window/LanguageEdit.js b/src/window/LanguageEdit.js index 9176cfd..e1ba6cc 100644 --- a/src/window/LanguageEdit.js +++ b/src/window/LanguageEdit.js @@ -38,6 +38,7 @@ Ext.define('Proxmox.window.LanguageEditWindow', { bind: { value: '{language}', }, + width: 400, }, ], buttons: [ -- 2.30.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel