From 8e57774e2a3d38a2f1c9bed8a441aa207ade6586 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 10 Nov 2021 21:31:16 +0100 Subject: [PATCH] ui: form/calendar event: increase width of combobox picker makes it more readable and will allow for some more complex examples without wrapping (which is hard to grasp without row styling otherwise) Signed-off-by: Thomas Lamprecht --- www/manager6/form/CalendarEvent.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/manager6/form/CalendarEvent.js b/www/manager6/form/CalendarEvent.js index 00953f37..4515802e 100644 --- a/www/manager6/form/CalendarEvent.js +++ b/www/manager6/form/CalendarEvent.js @@ -3,10 +3,16 @@ Ext.define('PVE.form.CalendarEvent', { xtype: 'pveCalendarEvent', editable: true, + emptyText: gettext('Editable'), // FIXME: better way to convey that to confused users? valueField: 'value', queryMode: 'local', + matchFieldWidth: false, + listConfig: { + maxWidth: 450, + }, + store: { field: ['value', 'text'], data: [