Increase number of footprints listed in component chooser

This commit is contained in:
Chris Pavlina 2017-03-27 14:15:42 -04:00
parent feba091594
commit ffef8b6c56
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public:
* Default and Other * Default and Other
*/ */
FOOTPRINT_SELECT_WIDGET( wxWindow* aParent, FOOTPRINT_ASYNC_LOADER& aLoader, FOOTPRINT_SELECT_WIDGET( wxWindow* aParent, FOOTPRINT_ASYNC_LOADER& aLoader,
std::unique_ptr<FOOTPRINT_LIST>& aFpList, bool aUpdate = true, int aMaxItems = 10 ); std::unique_ptr<FOOTPRINT_LIST>& aFpList, bool aUpdate = true, int aMaxItems = 400 );
virtual ~FOOTPRINT_SELECT_WIDGET() virtual ~FOOTPRINT_SELECT_WIDGET()
{ {