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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-11-10 21:31:16 +01:00
parent 01c9294f37
commit 8e57774e2a

View File

@ -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: [