mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Increase max-units to 'ZZ' (676).
Fixes: lp:1786659 * https://bugs.launchpad.net/kicad/+bug/1786659
This commit is contained in:
parent
d5ee3296b2
commit
529521a7ba
@ -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
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user