partkeepr

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

commit a570c5088447a26f3bee4ed6ca2f985dda9b531a
parent 97f497705f09954f7c90d4753ff5023a7459726b
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed, 25 Nov 2015 19:15:48 +0100

Changed default width of the navigation class to 300px to include the export button

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/Editor/EditorComponent.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Editor/EditorComponent.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Editor/EditorComponent.js @@ -65,7 +65,7 @@ Ext.define('PartKeepr.EditorComponent', { */ this.navigation = Ext.create(this.navigationClass, { region: 'west', - width: 265, + width: 300, split: true, store: this.store, titleProperty: this.titleProperty