partkeepr

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

commit 1186069188d996003f1a298f02cf93a8e2791455
parent 07d68143f1ec4f2ba26648ea867b3732db1d9aa3
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 18 Jul 2015 17:57:39 +0200

Increased size for the resize handle of the Footprint Navigation

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/js/Components/Footprint/FootprintNavigation.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Footprint/FootprintNavigation.js b/src/PartKeepr/FrontendBundle/Resources/public/js/Components/Footprint/FootprintNavigation.js @@ -14,6 +14,7 @@ Ext.define("PartKeepr.FootprintNavigation", { }, { xtype: 'partkeepr.FootprintGrid', resizable: true, + split: true, region: 'south', height: "50%" }