diff options
author | Abyss777 <abyss@fox5.ru> | 2016-08-29 17:16:22 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-08-29 17:16:22 +0500 |
commit | 9829184c5f941fd32d9d6c351dbdd113f00d352d (patch) | |
tree | 7d5c125f93c381451f1bc1842e176c6968f20751 /web/app/Style.js | |
parent | e65a701cb52ec0b5a32228b4f922cdc1a0a6fd6a (diff) | |
download | trackermap-server-9829184c5f941fd32d9d6c351dbdd113f00d352d.tar.gz trackermap-server-9829184c5f941fd32d9d6c351dbdd113f00d352d.tar.bz2 trackermap-server-9829184c5f941fd32d9d6c351dbdd113f00d352d.zip |
Implemented "Configure" dialog for reports
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index d047fd96b..6ca93c18c 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -71,6 +71,5 @@ Ext.define('Traccar.Style', { coordinatePrecision: 6, numberPrecision: 2, - maxTagfieldWidth: 200, - maxTagfieldGrow: 1 + reportTagfieldWidth: 375 }); |