Provide some extra spacing for low hanging characters in messages

This commit is contained in:
Jason P 2025-10-06 17:42:03 -05:00
parent cb8a8a2c52
commit d5ce4696f3

View File

@ -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);