From dd8d219e73e3a6fefcaff45df1e6a4b350e390a1 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 24 Jul 2025 20:13:04 -0500 Subject: [PATCH] updated hard coded y values for music title, artist, album --- src/music_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/music_manager.py b/src/music_manager.py index 75b1033c..5bbf6aa7 100644 --- a/src/music_manager.py +++ b/src/music_manager.py @@ -760,7 +760,7 @@ class MusicManager: # Y positions based on a simple top-down calculation y_pos_title_top = 2 y_pos_artist_top = 12 - y_pos_album_top = 22 + y_pos_album_top = 20 TEXT_SCROLL_DIVISOR = 5