Skip to content

Commit e0b17a8

Browse files
author
Koen Raijer
committed
small repositioning
1 parent 0e5b76d commit e0b17a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/displayapp/screens/StopWatch.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ StopWatch::StopWatch(System::SystemTask& systemTask) : wakeLock(systemTask) {
6666
lv_obj_set_style_local_text_font(time, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, &jetbrains_mono_76);
6767
lv_label_set_text_static(time, "00:00");
6868
lv_obj_set_style_local_text_color(time, LV_LABEL_PART_MAIN, LV_STATE_DISABLED, Colors::lightGray);
69-
lv_obj_align(time, lv_scr_act(), LV_ALIGN_IN_TOP_MID, 0, 5);
69+
lv_obj_align(time, lv_scr_act(), LV_ALIGN_IN_TOP_MID, 0, 10);
7070

7171
msecTime = lv_label_create(lv_scr_act(), nullptr);
7272
lv_label_set_text_static(msecTime, "00");

0 commit comments

Comments
 (0)