Fonts make spacing items difficult

This commit is contained in:
Jason P 2025-06-03 06:57:19 -05:00
parent e7f153ae48
commit 2cc2002675

View File

@ -164,7 +164,7 @@ void drawCommonHeader(OLEDDisplay *display, int16_t x, int16_t y, const char *ti
timeX = screenW - xOffset - timeStrWidth + 4; timeX = screenW - xOffset - timeStrWidth + 4;
// === Show Mail or Mute Icon to the Left of Time === // === Show Mail or Mute Icon to the Left of Time ===
int iconRightEdge = timeX; int iconRightEdge = timeX - 1;
bool showMail = false; bool showMail = false;