mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-04 12:44:40 +00:00
Adjust text location for pop-ups
This commit is contained in:
parent
7c297eff8f
commit
94258cfd1c
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user