Increase max-units to 'ZZ' (676).

Fixes: lp:1786659
* https://bugs.launchpad.net/kicad/+bug/1786659
This commit is contained in:
Jeff Young 2018-08-12 11:21:08 +01:00
parent d5ee3296b2
commit 529521a7ba
1 changed files with 3 additions and 3 deletions

View File

@ -42,10 +42,10 @@
/**
* The maximum number of units per package.
* Increase this number if that ever becomes a problem, but remember
* the popup menu to select a given unit could be not easy to use.
* While counts approaching 100 start to make the unit-selection popup menu
* difficult to use, the limit is currently 'ZZ' (26 * 26).
*/
#define MAX_UNIT_COUNT_PER_PACKAGE 64
#define MAX_UNIT_COUNT_PER_PACKAGE 676
/**