partkeepr

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

commit b106193ca2c2beee0f3dcd3e0409c2bb9438447b
parent 3fe8353e9e9857d1dbecf9bf58a3beea087770bf
Author: Felicitus <felicitus@felicitus.org>
Date:   Tue,  5 Jul 2011 07:25:50 +0200

Added close menu to the main tab panel

Diffstat:
Mfrontend/js/PartKeepr.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/frontend/js/PartKeepr.js b/frontend/js/PartKeepr.js @@ -188,7 +188,8 @@ Ext.application({ xtype: 'tabpanel', border: false, region: 'center', - bodyStyle: 'background:#DFE8F6' + bodyStyle: 'background:#DFE8F6', + plugins: Ext.create('Ext.ux.TabCloseMenu') });