aboutsummaryrefslogtreecommitdiff
path: root/web/app/Style.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-11-08 12:04:28 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-11-08 12:04:28 +1300
commit11c8c039cc8c5a1948281f410bdb440d5a9f1608 (patch)
treec10465b8dc779fbc24da7e0038d555bf16d9b23e /web/app/Style.js
parent0c68417e4a15051240cd724bb5f12fe0fc39c1de (diff)
downloadetbsa-traccar-web-11c8c039cc8c5a1948281f410bdb440d5a9f1608.tar.gz
etbsa-traccar-web-11c8c039cc8c5a1948281f410bdb440d5a9f1608.tar.bz2
etbsa-traccar-web-11c8c039cc8c5a1948281f410bdb440d5a9f1608.zip
Specify min width for columns
Diffstat (limited to 'web/app/Style.js')
-rw-r--r--web/app/Style.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/app/Style.js b/web/app/Style.js
index b4201bb..8db8667 100644
--- a/web/app/Style.js
+++ b/web/app/Style.js
@@ -35,6 +35,8 @@ Ext.define('Traccar.Style', {
reportHeight: 250,
reportTime: 100,
+ columnWidthNormal: 100,
+
mapDefaultLat: 12.966667,
mapDefaultLon: 77.566667,
mapDefaultZoom: 4,