]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: calendar event: disable matchFieldWidth for picker
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 8 Sep 2020 07:13:47 +0000 (09:13 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 8 Sep 2020 14:48:31 +0000 (16:48 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/form/CalendarEvent.js

index 7664eb89ff875764e4511284a34fef99339ae0b0..d05136b99d3c52e986ccb7710588e68e841374e8 100644 (file)
@@ -28,6 +28,8 @@ Ext.define('PBS.form.CalendarEvent', {
     displayField: 'text',
     queryMode: 'local',
 
+    matchFieldWidth: false,
+
     config: {
        deleteEmpty: true,
     },