From 2cc2002675ca78b38bf8f752c532952e62254253 Mon Sep 17 00:00:00 2001 From: Jason P Date: Tue, 3 Jun 2025 06:57:19 -0500 Subject: [PATCH] Fonts make spacing items difficult --- src/graphics/SharedUIDisplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/SharedUIDisplay.cpp b/src/graphics/SharedUIDisplay.cpp index 763c28b71..af79aadd5 100644 --- a/src/graphics/SharedUIDisplay.cpp +++ b/src/graphics/SharedUIDisplay.cpp @@ -164,7 +164,7 @@ void drawCommonHeader(OLEDDisplay *display, int16_t x, int16_t y, const char *ti timeX = screenW - xOffset - timeStrWidth + 4; // === Show Mail or Mute Icon to the Left of Time === - int iconRightEdge = timeX; + int iconRightEdge = timeX - 1; bool showMail = false;