reduced max month practice rounds to something more realistic (500)
This commit is contained in:
parent
8bb558e3f4
commit
3e632627fe
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class _MonthPracticeSetupState extends State<MonthPracticeSetupPage> {
|
|||
new NumberPicker.integer(
|
||||
initialValue: _count,
|
||||
minValue: 1,
|
||||
maxValue: 1000000,
|
||||
maxValue: 500,
|
||||
onChanged: (newNumber) =>
|
||||
setState(() => _count = newNumber),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue