From 877e92b42d7ed0e15ce1d5781a7770bb08710591 Mon Sep 17 00:00:00 2001 From: Sjef Verhoeven PE5PVB Date: Wed, 5 Jun 2024 16:16:37 +0200 Subject: [PATCH] Small GUI correction on MAN text --- TEF6686_ESP32.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index b53ae34..0035939 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -3705,7 +3705,7 @@ void ShowTuneMode() { } tft.drawRoundRect(1, 35, 42, 20, 5, GreyoutColor); - tftPrint(0, "MAN", 22, 39, GreyoutColor, BackgroundColor, 16); + tftPrint(0, "MAN", 22, 38, GreyoutColor, BackgroundColor, 16); if (memorystore) { tft.drawRoundRect(1, 79, 42, 20, 5, SignificantColor);