partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit cac51d706feb15345e1c660fe0d8635b6a42e2e1
parent 84dcc54e47c840571d7f52878c6c64ca1dd71d21
Author: felicitus <felicitus@felicitus.org>
Date:   Thu,  5 Jul 2012 23:57:36 +0200

Disable floating on the tree

Diffstat:
Msrc/frontend/js/Components/Part/PartsManager.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/frontend/js/Components/Part/PartsManager.js b/src/frontend/js/Components/Part/PartsManager.js @@ -32,6 +32,8 @@ Ext.define('PartKeepr.PartManager', { categoryModel: 'PartKeepr.PartCategory', categoryService: 'PartCategory', split: true, + floatable: false, + titleCollapse: true, title: i18n("Categories"), ddGroup: 'CategoryTree', width: 300, // @todo Make this configurable