Skip to content

Commit 9a8824c

Browse files
author
Stoian Minaiev
authored
SystemInfo app screen
First screen. Let the build date and build time string be centered as well as the others
1 parent 9e1ce2d commit 9a8824c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/displayapp/screens/SystemInfo.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ std::unique_ptr<Screen> SystemInfo::CreateScreen1() {
7070
"#FFFF00 InfiniTime#\n\n"
7171
"#444444 Version# %ld.%ld.%ld\n\n"
7272
"#444444 Build date#\n"
73-
"\t%s\n"
74-
"\t%s\n",
73+
"%s\n"
74+
"%s\n",
7575
Version::Major(),
7676
Version::Minor(),
7777
Version::Patch(),
@@ -242,4 +242,4 @@ std::unique_ptr<Screen> SystemInfo::CreateScreen5() {
242242
lv_label_set_align(label, LV_LABEL_ALIGN_CENTER);
243243
lv_obj_align(label, lv_scr_act(), LV_ALIGN_CENTER, 0, 0);
244244
return std::unique_ptr<Screen>(new Screens::Label(4, 5, app, label));
245-
}
245+
}

0 commit comments

Comments
 (0)