mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 00:04:14 +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',
|
xtype: 'pveCalendarEvent',
|
||||||
|
|
||||||
editable: true,
|
editable: true,
|
||||||
|
emptyText: gettext('Editable'), // FIXME: better way to convey that to confused users?
|
||||||
|
|
||||||
valueField: 'value',
|
valueField: 'value',
|
||||||
queryMode: 'local',
|
queryMode: 'local',
|
||||||
|
|
||||||
|
matchFieldWidth: false,
|
||||||
|
listConfig: {
|
||||||
|
maxWidth: 450,
|
||||||
|
},
|
||||||
|
|
||||||
store: {
|
store: {
|
||||||
field: ['value', 'text'],
|
field: ['value', 'text'],
|
||||||
data: [
|
data: [
|
||||||
|
Loading…
Reference in New Issue
Block a user