From d5639ef5599d94d32260785c6974b645f2a4ec9c Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Sun, 9 Feb 2025 03:54:12 +0100 Subject: [PATCH] Fix tab --- ui/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/main.c b/ui/main.c index a60eff8..43d226a 100644 --- a/ui/main.c +++ b/ui/main.c @@ -1370,9 +1370,9 @@ void UI_DisplayMain(void) } if (gSetting_set_gui) { - UI_PrintStringSmallNormal(String, LCD_WIDTH + 98, 0, line + 1); + UI_PrintStringSmallNormal(String, LCD_WIDTH + 98, 0, line + 1); } else { - GUI_DisplaySmallest(String, 110, line == 0 ? 17 : 49, false, true); + GUI_DisplaySmallest(String, 110, line == 0 ? 17 : 49, false, true); } } #endif