From ffef8b6c563540d2a7051fabb0642913592584e1 Mon Sep 17 00:00:00 2001 From: Chris Pavlina Date: Mon, 27 Mar 2017 14:15:42 -0400 Subject: [PATCH] Increase number of footprints listed in component chooser --- include/widgets/footprint_select_widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/widgets/footprint_select_widget.h b/include/widgets/footprint_select_widget.h index e5bbbaa3f1..a7be6c9a42 100644 --- a/include/widgets/footprint_select_widget.h +++ b/include/widgets/footprint_select_widget.h @@ -66,7 +66,7 @@ public: * Default and Other */ FOOTPRINT_SELECT_WIDGET( wxWindow* aParent, FOOTPRINT_ASYNC_LOADER& aLoader, - std::unique_ptr& aFpList, bool aUpdate = true, int aMaxItems = 10 ); + std::unique_ptr& aFpList, bool aUpdate = true, int aMaxItems = 400 ); virtual ~FOOTPRINT_SELECT_WIDGET() {