diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-01-01 13:07:15 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2017-01-01 13:07:15 +1300 |
commit | fc74937a487be1f7049cbab79216834f044b6a99 (patch) | |
tree | 0fe28ff77e97281796811aa04c77266a90ae4859 /web/app/Style.js | |
parent | dc2ceba479c50d34a3d4c305edaf938a2df391a9 (diff) | |
download | trackermap-web-fc74937a487be1f7049cbab79216834f044b6a99.tar.gz trackermap-web-fc74937a487be1f7049cbab79216834f044b6a99.tar.bz2 trackermap-web-fc74937a487be1f7049cbab79216834f044b6a99.zip |
Reduce width of report config dialog
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index 302e6d4c..2c04b83b 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -25,6 +25,8 @@ Ext.define('Traccar.Style', { windowWidth: 640, windowHeight: 480, + formFieldWidth: 277, + dateTimeFormat24: 'Y-m-d H:i:s', dateTimeFormat12: 'Y-m-d g:i:s a', timeFormat24: 'H:i', @@ -35,7 +37,6 @@ Ext.define('Traccar.Style', { deviceWidth: 350, reportHeight: 250, - reportTime: 100, columnWidthNormal: 100, @@ -78,7 +79,6 @@ Ext.define('Traccar.Style', { coordinatePrecision: 6, numberPrecision: 2, - reportTagfieldWidth: 375, reportGridStyle: 'borderTop: 1px solid lightgray', chartPadding: '20 40 10 10', |