Adjust text location for pop-ups

This commit is contained in:
Jason P 2025-06-25 16:32:36 -05:00
parent 7c297eff8f
commit 94258cfd1c

View File

@ -200,7 +200,7 @@ void NotificationRenderer::drawAlertBannerOverlay(OLEDDisplay *display, OLEDDisp
lineY += (effectiveLineHeight - 2 - background_yOffset);
} else {
// Pop-up
display->drawString(textX, lineY, lineBuffer);
display->drawString(textX, lineY - 2, lineBuffer);
lineY += (effectiveLineHeight);
}
}