SystemInfo app screen
First screen. Let the build date and build time string be centered as well as the others
This commit is contained in:
parent
9e1ce2d423
commit
9a8824c35a
|
@ -70,8 +70,8 @@ std::unique_ptr<Screen> SystemInfo::CreateScreen1() {
|
|||
"#FFFF00 InfiniTime#\n\n"
|
||||
"#444444 Version# %ld.%ld.%ld\n\n"
|
||||
"#444444 Build date#\n"
|
||||
"\t%s\n"
|
||||
"\t%s\n",
|
||||
"%s\n"
|
||||
"%s\n",
|
||||
Version::Major(),
|
||||
Version::Minor(),
|
||||
Version::Patch(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user