mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 05:16:26 +00:00
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:
parent
01c9294f37
commit
8e57774e2a
@ -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: [
|
||||
|
Loading…
Reference in New Issue
Block a user