diff options
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index a215136c..b4201bbd 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -18,7 +18,7 @@ Ext.define('Traccar.Style', { singleton: true, - panelPadding: 10, + normalPadding: 10, windowWidth: 640, windowHeight: 480, |