This commit is contained in:
vladopajic 2024-08-10 23:32:09 +10:00 committed by GitHub
commit 20a01af436
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ namespace Pinetime {
Widgets::Counter dayCounter = Widgets::Counter(1, 31, jetbrains_mono_bold_20); Widgets::Counter dayCounter = Widgets::Counter(1, 31, jetbrains_mono_bold_20);
Widgets::Counter monthCounter = Widgets::Counter(1, 12, jetbrains_mono_bold_20); Widgets::Counter monthCounter = Widgets::Counter(1, 12, jetbrains_mono_bold_20);
Widgets::Counter yearCounter = Widgets::Counter(1970, 9999, jetbrains_mono_bold_20); Widgets::Counter yearCounter = Widgets::Counter(2024, 9999, jetbrains_mono_bold_20);
}; };
} }
} }