🩹 Ender 3v2 DWIN MarlinUI Fixup (#24984)

This commit is contained in:
Taylor Talkington
2022-12-03 20:20:19 -05:00
committed by GitHub
parent 0f08f7ab85
commit d46e87b00e
2 changed files with 2 additions and 2 deletions

View File

@@ -453,7 +453,7 @@ void MarlinUI::draw_status_screen() {
DWIN_Draw_String(
false, font16x32, Percent_Color, Color_Bg_Black,
pb_left + (pb_width - dwin_string.length * 16) / 2,
pb_top + (pb_height - 32) / 2,
pb_top + (pb_height - 32) / 2 - 1,
S(dwin_string.string())
);
#endif