diff options
Diffstat (limited to 'web/MainView.js')
-rw-r--r-- | web/MainView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/MainView.js b/web/MainView.js index 3aaeb1ef4..e736b82b8 100644 --- a/web/MainView.js +++ b/web/MainView.js @@ -32,7 +32,7 @@ Ext.define('MainView', { items: [{ region:'west', xtype: 'device-view', - width: styles.device_width + width: Styles.device_width }, { region: 'center', xtype: 'map-view', |