Skip to content

Commit fb70b53

Browse files
mzrinskyJF002
authored andcommitted
Fix about screen vertical centering.
There was a newline at the end of the last line on the third screen, which was causing the label to not be centered vertically. Removing it fixes the centering.
1 parent bb8923b commit fb70b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/displayapp/screens/SystemInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ std::unique_ptr<Screen> SystemInfo::CreateScreen3() {
198198
" #808080 Free# %d/%d\n"
199199
" #808080 Min free# %d\n"
200200
" #808080 Alloc err# %d\n"
201-
" #808080 Ovrfl err# %d\n",
201+
" #808080 Ovrfl err# %d",
202202
bleAddr[5],
203203
bleAddr[4],
204204
bleAddr[3],

0 commit comments

Comments
 (0)