Compare commits

...

2 commits

Author SHA1 Message Date
vladopajic 70c212892c
Merge 7ad311f53f into a2356f2f4a 2024-09-29 21:23:13 +02:00
Vlado 7ad311f53f use 2024 as default year when setting date 2024-05-28 23:01:24 +02:00

View file

@ -29,7 +29,7 @@ namespace Pinetime {
Widgets::Counter dayCounter = Widgets::Counter(1, 31, 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);
};
}
}