mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 18:52:30 +00:00
Adjust text location for pop-ups
This commit is contained in:
@@ -200,7 +200,7 @@ void NotificationRenderer::drawAlertBannerOverlay(OLEDDisplay *display, OLEDDisp
|
|||||||
lineY += (effectiveLineHeight - 2 - background_yOffset);
|
lineY += (effectiveLineHeight - 2 - background_yOffset);
|
||||||
} else {
|
} else {
|
||||||
// Pop-up
|
// Pop-up
|
||||||
display->drawString(textX, lineY, lineBuffer);
|
display->drawString(textX, lineY - 2, lineBuffer);
|
||||||
lineY += (effectiveLineHeight);
|
lineY += (effectiveLineHeight);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user