From f0a1c6e61f36c4d1bbcd68c14a14215033969bfe Mon Sep 17 00:00:00 2001 From: Dave Allie Date: Fri, 26 Dec 2025 10:49:56 +1000 Subject: [PATCH] Format --- lib/GfxRenderer/GfxRenderer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GfxRenderer/GfxRenderer.cpp b/lib/GfxRenderer/GfxRenderer.cpp index 39e7fff9..6433748e 100644 --- a/lib/GfxRenderer/GfxRenderer.cpp +++ b/lib/GfxRenderer/GfxRenderer.cpp @@ -244,7 +244,7 @@ void GfxRenderer::drawButtonHints(const int fontId, const char* btn1, const char const int pageHeight = getScreenHeight(); constexpr int buttonWidth = 106; constexpr int buttonHeight = 40; - constexpr int buttonY = 40; // Distance from bottom + constexpr int buttonY = 40; // Distance from bottom constexpr int textYOffset = 5; // Distance from top of button to text baseline constexpr int buttonPositions[] = {25, 130, 245, 350}; const char* labels[] = {btn1, btn2, btn3, btn4};