Commit 9ea9174b0a8f223eee9d1773f03eee75caa7d5fb

Authored by Nathanaël Jourdane
1 parent 91386085

Add collapse button

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