Increase number of footprints listed in component chooser
This commit is contained in:
parent
feba091594
commit
ffef8b6c56
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue