Commit 7acf223df1d0e52858a77b3de7e7ae16ba59f771

Authored by Nathanael Jourdane
1 parent 9105f661

fix ws scrollbar bug

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/app/controllers/ExplorerModule.js
@@ -102,7 +102,7 @@ Ext.define('amdaDesktop.ExplorerModule', @@ -102,7 +102,7 @@ Ext.define('amdaDesktop.ExplorerModule',
102 { 102 {
103 xtype: 'panelExplorer', 103 xtype: 'panelExplorer',
104 id: this.contentId, 104 id: this.contentId,
105 - region: 'north' 105 + region: 'center'
106 }, 106 },
107 { 107 {
108 xtype: 'panel', 108 xtype: 'panel',