aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/UserGeofences.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-02-13 02:54:37 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2017-02-13 02:54:37 +1300
commit1db0f3fce321a6f22da47998a53f6a5bf7bc7b36 (patch)
treea2216172075743a03f05733d7d1ba0622534c010 /web/app/view/UserGeofences.js
parent2f1a58642ff7fc17cf026fa1b03b179b4658c08e (diff)
downloadetbsa-traccar-web-1db0f3fce321a6f22da47998a53f6a5bf7bc7b36.tar.gz
etbsa-traccar-web-1db0f3fce321a6f22da47998a53f6a5bf7bc7b36.tar.bz2
etbsa-traccar-web-1db0f3fce321a6f22da47998a53f6a5bf7bc7b36.zip
Use flex instead of forceFit
Diffstat (limited to 'web/app/view/UserGeofences.js')
-rw-r--r--web/app/view/UserGeofences.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/web/app/view/UserGeofences.js b/web/app/view/UserGeofences.js
index c960acc..c595ec7 100644
--- a/web/app/view/UserGeofences.js
+++ b/web/app/view/UserGeofences.js
@@ -36,12 +36,13 @@ Ext.define('Traccar.view.UserGeofences', {
beforeselect: 'onBeforeSelect'
},
- forceFit: true,
-
columns: {
+ defaults: {
+ flex: 1,
+ minWidth: Traccar.Style.columnWidthNormal
+ },
items: [{
text: Strings.sharedName,
- minWidth: Traccar.Style.columnWidthNormal,
dataIndex: 'name'
}]
}