diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-11-25 14:02:49 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-11-25 14:02:49 +1300 |
commit | 1d0cee71b501123f57aad792f49865230b4a7a2a (patch) | |
tree | cf52e7c146679c5fccd9932a15dd464c0d8f2065 /web/app/Style.js | |
parent | cf30330d877a16a4c31a4cd876e384564e65ac50 (diff) | |
download | trackermap-web-1d0cee71b501123f57aad792f49865230b4a7a2a.tar.gz trackermap-web-1d0cee71b501123f57aad792f49865230b4a7a2a.tar.bz2 trackermap-web-1d0cee71b501123f57aad792f49865230b4a7a2a.zip |
Remove unused style parameter
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index 4960aefa..e22869c5 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -76,7 +76,5 @@ Ext.define('Traccar.Style', { coordinatePrecision: 6, numberPrecision: 2, - reportTagfieldWidth: 375, - - headerButtonsMargin: '0 5' + reportTagfieldWidth: 375 }); |