Small GUI correction on MAN text

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-06-05 16:16:37 +02:00
parent 49036bce76
commit 877e92b42d

View File

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