From 72e68e515c7454b9e9d539a672aa76fe98740e10 Mon Sep 17 00:00:00 2001 From: Brendan O'Leary Date: Fri, 2 Jan 2026 13:49:14 -0500 Subject: [PATCH] Move the side buttons down --- 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 90e49ea3..c0710f0f 100644 --- a/lib/GfxRenderer/GfxRenderer.cpp +++ b/lib/GfxRenderer/GfxRenderer.cpp @@ -333,7 +333,7 @@ void GfxRenderer::drawSideButtonHints(const int fontId, const char* topBtn, cons constexpr int buttonHeight = 80; // Height on screen (width when rotated) constexpr int buttonX = 5; // Distance from right edge // Position for the button group - buttons share a border so they're adjacent - constexpr int topButtonY = 320; // Top button position + constexpr int topButtonY = 345; // Top button position const char* labels[] = {topBtn, bottomBtn};