Reduce minimum "non-standard" ISDCF part name length to 1.
authorCarl Hetherington <cth@carlh.net>
Thu, 11 Jan 2024 10:28:24 +0000 (11:28 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 11 Jan 2024 10:28:24 +0000 (11:28 +0100)
commit62f6775d4f447ee84df8bd7c2801cd018fcbb083
tree3e6701e61db92dbf64c0af6ce3e80d301c661e63
parente76a70308c30cc8f191ae6b275e3da5f70ba5d16
Reduce minimum "non-standard" ISDCF part name length to 1.

Otherwise on macOS (at least) you can't type in any numbers, seemingly because
it checks on each keypress so e.g. you clear it, enter 1 and a bell rings because
1 is too small.  It's fine on Linux (a too-small number is corrected when you
press enter).
src/wx/full_config_dialog.cc