diff --git a/lib/pages/practice/month/MonthPracticeSetupPage.dart b/lib/pages/practice/month/MonthPracticeSetupPage.dart index 191d841..585f368 100644 --- a/lib/pages/practice/month/MonthPracticeSetupPage.dart +++ b/lib/pages/practice/month/MonthPracticeSetupPage.dart @@ -29,7 +29,7 @@ class _MonthPracticeSetupState extends State { new NumberPicker.integer( initialValue: _count, minValue: 1, - maxValue: 1000000, + maxValue: 500, onChanged: (newNumber) => setState(() => _count = newNumber), ),