diff --git a/src/graphics/draw/NotificationRenderer.cpp b/src/graphics/draw/NotificationRenderer.cpp index 3dea14c56..c911f1741 100644 --- a/src/graphics/draw/NotificationRenderer.cpp +++ b/src/graphics/draw/NotificationRenderer.cpp @@ -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);