From a341730bd4546d2c916cadc8c009c5381a03079b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 5 Oct 2023 13:32:55 +0200 Subject: [PATCH] ui: subscription upload: increase window and label width Quite a few translations produce a longer label here, so account for that, the window is still very small. Signed-off-by: Thomas Lamprecht --- www/manager6/node/Subscription.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/manager6/node/Subscription.js b/www/manager6/node/Subscription.js index c7123cf5..fdcf84bc 100644 --- a/www/manager6/node/Subscription.js +++ b/www/manager6/node/Subscription.js @@ -2,13 +2,14 @@ Ext.define('PVE.node.SubscriptionKeyEdit', { extend: 'Proxmox.window.Edit', title: gettext('Upload Subscription Key'), - width: 300, + width: 350, items: { xtype: 'textfield', name: 'key', value: '', fieldLabel: gettext('Subscription Key'), + labelWidth: 120, }, initComponent: function() {