Commit 25bf0977fb3e957bfd8ea8829ad85e93f96825c2

Authored by Nathanael Jourdane
1 parent 7acf223d

Add collapse button

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
js/app/controllers/ExplorerModule.js
... ... @@ -108,6 +108,7 @@ Ext.define('amdaDesktop.ExplorerModule',
108 108 xtype: 'panel',
109 109 title: 'Log',
110 110 id: 'LogPanel',
  111 + collapsible: true,
111 112 region: 'south',
112 113 split: true,
113 114 height: 150,
... ...