From 91c2aaa0dd71c0ade48809ee00cf28adab8dd8a0 Mon Sep 17 00:00:00 2001 From: MCelliotG Date: Sun, 19 Nov 2023 02:49:36 +0200 Subject: [PATCH] Some cosmetics --- src/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui.cpp b/src/gui.cpp index 00352f0..78a81b1 100644 --- a/src/gui.cpp +++ b/src/gui.cpp @@ -681,7 +681,7 @@ void BuildAdvancedRDS() { tftPrint(-1, "AF", 50, 51, GreyoutColor, BackgroundColor, 16); tftPrint(-1, "-B", 68, 51, GreyoutColor, BackgroundColor, 16); tftPrint(-1, "TMC", 88, 51, GreyoutColor, BackgroundColor, 16); - tftPrint(-1, "RT+", 125, 51, GreyoutColor, BackgroundColor, 16); + tftPrint(-1, "RT+", 123, 51, GreyoutColor, BackgroundColor, 16); tftPrint(-1, "EON", 153, 51, GreyoutColor, BackgroundColor, 16); tftPrint(-1, "S", 185, 51, GreyoutColor, BackgroundColor, 16); tftPrint(-1, "M", 196, 51, GreyoutColor, BackgroundColor, 16);