From 668aff8105dee8b657c37bd4cf8447faae107b27 Mon Sep 17 00:00:00 2001 From: pelgraine <140762863+pelgraine@users.noreply.github.com> Date: Tue, 24 Feb 2026 15:00:49 +1100 Subject: [PATCH] fixed stupid ui spacing --- examples/companion_radio/ui-new/UITask.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/companion_radio/ui-new/UITask.cpp b/examples/companion_radio/ui-new/UITask.cpp index dd975d5..69e6d85 100644 --- a/examples/companion_radio/ui-new/UITask.cpp +++ b/examples/companion_radio/ui-new/UITask.cpp @@ -336,7 +336,7 @@ public: display.drawTextCentered(display.width() / 2, y, "[N] Notes [S] Settings "); y += 10; #ifdef HAS_4G_MODEM - display.drawTextCentered(display.width() / 2, y, "[E] Reader [T] Phone "); + display.drawTextCentered(display.width() / 2, y, "[E] Reader [T] Phone "); #elif defined(MECK_AUDIO_VARIANT) display.drawTextCentered(display.width() / 2, y, "[E] Reader [P] Audiobooks"); #else