[pve-devel] [PATCH pve-widget-toolkit 2/2] increased language dropdown menu width

Noel Ullreich n.ullreich at proxmox.com
Thu Mar 23 15:44:25 CET 2023


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.ullreich at 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






More information about the pve-devel mailing list