diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/app/view/MainMobile.js | 5 |
1 files changed, 4 insertions, 1 deletions
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', |