From 1da94d9b07a0de4df20dfa4b4c9ccc1482a57c35 Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Wed, 4 Apr 2012 13:14:45 +0300 Subject: [PATCH] Hide TreeContainer header when using ExtJS 4.1. --- template/app/view/TreeContainer.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/app/view/TreeContainer.js b/template/app/view/TreeContainer.js index 4be1d7e6..dfc7b5aa 100644 --- a/template/app/view/TreeContainer.js +++ b/template/app/view/TreeContainer.js @@ -17,6 +17,9 @@ Ext.define('Docs.view.TreeContainer', { hideCollapseTool: true, animCollapse: true, + // For some strange reason the container gets a heading in Ext JS 4.1 + header: false, + initComponent: function() { this.items = [ { -- GitLab