From 454ff6ea91dd60b9d93a01270dcd34bc54ea4ea5 Mon Sep 17 00:00:00 2001 From: Noel Ullreich Date: Thu, 23 Mar 2023 15:44:25 +0100 Subject: [PATCH] language selector: increase field width 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 [ T: reflow message and reword subject a bit ] Signed-off-by: Thomas Lamprecht --- 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.39.2