From fb70b538e4ce9a7b56b609a1d3baf98e2081aedd Mon Sep 17 00:00:00 2001 From: Matt Zrinsky Date: Sun, 23 Mar 2025 06:01:47 -0500 Subject: [PATCH] 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. --- src/displayapp/screens/SystemInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp index 01204aed..2392f3be 100644 --- a/src/displayapp/screens/SystemInfo.cpp +++ b/src/displayapp/screens/SystemInfo.cpp @@ -198,7 +198,7 @@ std::unique_ptr SystemInfo::CreateScreen3() { " #808080 Free# %d/%d\n" " #808080 Min free# %d\n" " #808080 Alloc err# %d\n" - " #808080 Ovrfl err# %d\n", + " #808080 Ovrfl err# %d", bleAddr[5], bleAddr[4], bleAddr[3],