From 04e63f9b42991008843f3f9d1788fa6933bd57b3 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 3 Oct 2015 21:21:26 +1300 Subject: Change global styles class --- web/app/view/Main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/app/view/Main.js') 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', -- cgit v1.2.3