This commit is contained in:
Dave Allie 2025-12-26 10:49:56 +10:00
parent 388d67d0e8
commit f0a1c6e61f
No known key found for this signature in database
GPG Key ID: F2FDDB3AD8D0276F

View File

@ -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};