diff options
Diffstat (limited to 'web/app/view/Geofences.js')
-rw-r--r-- | web/app/view/Geofences.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/app/view/Geofences.js b/web/app/view/Geofences.js index 3df21609..968dbeef 100644 --- a/web/app/view/Geofences.js +++ b/web/app/view/Geofences.js @@ -37,10 +37,9 @@ Ext.define('Traccar.view.Geofences', { selectionchange: 'onSelectionChange' }, - forceFit: true, - columns: { defaults: { + flex: 1, minWidth: Traccar.Style.columnWidthNormal }, items: [{ |