From 7acf223df1d0e52858a77b3de7e7ae16ba59f771 Mon Sep 17 00:00:00 2001 From: Nathanaƫl Jourdane Date: Fri, 16 Mar 2018 15:55:13 +0100 Subject: [PATCH] fix ws scrollbar bug --- js/app/controllers/ExplorerModule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app/controllers/ExplorerModule.js b/js/app/controllers/ExplorerModule.js index 27a2aae..46377e2 100644 --- a/js/app/controllers/ExplorerModule.js +++ b/js/app/controllers/ExplorerModule.js @@ -102,7 +102,7 @@ Ext.define('amdaDesktop.ExplorerModule', { xtype: 'panelExplorer', id: this.contentId, - region: 'north' + region: 'center' }, { xtype: 'panel', -- libgit2 0.21.2