mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-28 07:13:25 +00:00
Provide some extra spacing for low hanging characters in messages
This commit is contained in:
parent
cb8a8a2c52
commit
d5ce4696f3
@ -645,6 +645,7 @@ void NotificationRenderer::drawNotificationBox(OLEDDisplay *display, OLEDDisplay
|
||||
boxWidth += (isHighResolution) ? 4 : 2;
|
||||
}
|
||||
int16_t boxTop = (display->height() / 2) - (boxHeight / 2);
|
||||
boxHeight += (isHighResolution) ? 2 : 1;
|
||||
|
||||
// === Draw Box ===
|
||||
display->setColor(BLACK);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user