From 152e4769d0f9e298b8e304534e158b1c1dbef167 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 6 Dec 2015 15:01:34 +1300 Subject: Hide status panel by default on mobile --- web/app/view/MainMobile.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'web') diff --git a/web/app/view/MainMobile.js b/web/app/view/MainMobile.js index f3d0b6339..fe264260f 100644 --- a/web/app/view/MainMobile.js +++ b/web/app/view/MainMobile.js @@ -35,7 +35,10 @@ Ext.define('Traccar.view.MainMobile', { items: [{ region: 'east', xtype: 'stateView', - flex: 4 + flex: 4, + collapsed: true, + titleCollapse: true, + floatable: false }, { region: 'center', xtype: 'mapView', -- cgit v1.2.3