Commit 0b5a6e692f9d872b26ea22591d6aba469cbde5f8

Authored by Benjamin Renard
1 parent c377ca43
Exists in master

Help panel not collapsed at application entry

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
ihm/app/view/Application/Help/HelpPanel.js
... ... @@ -9,7 +9,7 @@ Ext.define('treps.view.Application.Help.HelpPanel' ,{
9 9  
10 10 collapsible: true,
11 11  
12   - collapsed: true,
  12 + collapsed: false,
13 13  
14 14 split: true,
15 15  
... ...