diff options
Diffstat (limited to 'web/app/view/Main.js')
-rw-r--r-- | web/app/view/Main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/Main.js b/web/app/view/Main.js index 1ad61d73f..04ad5ea48 100644 --- a/web/app/view/Main.js +++ b/web/app/view/Main.js @@ -38,7 +38,7 @@ items: [{ region: 'west', layout: 'border', - width: styles.deviceWidth, + width: Traccar.Style.deviceWidth, defaults: { split: true, @@ -55,7 +55,7 @@ }, { region: 'south', xtype: 'reportView', - height: styles.reportHeight + height: Traccar.Style.reportHeight }, { region: 'center', xtype: 'mapView', |