aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/GroupGeofences.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/GroupGeofences.js')
-rw-r--r--web/app/view/GroupGeofences.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/web/app/view/GroupGeofences.js b/web/app/view/GroupGeofences.js
index 12c785f..bf66c62 100644
--- a/web/app/view/GroupGeofences.js
+++ b/web/app/view/GroupGeofences.js
@@ -36,12 +36,13 @@ Ext.define('Traccar.view.GroupGeofences', {
beforeselect: 'onBeforeSelect'
},
- forceFit: true,
-
columns: {
+ defaults: {
+ flex: 1,
+ minWidth: Traccar.Style.columnWidthNormal
+ },
items: [{
text: Strings.sharedName,
- minWidth: Traccar.Style.columnWidthNormal,
dataIndex: 'name'
}]
}