Commit 7acf223df1d0e52858a77b3de7e7ae16ba59f771
1 parent
9105f661
Exists in
master
and in
110 other branches
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', |