From 7fc158c914dca737734b1b01480f6020f73c3aa0 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 24 Jul 2025 20:00:35 -0500 Subject: [PATCH] change artist postioning --- 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 5be75e91..a6701047 100644 --- a/src/music_manager.py +++ b/src/music_manager.py @@ -759,7 +759,7 @@ class MusicManager: # Y positions based on a simple top-down calculation y_pos_title_top = 2 - y_pos_artist_top = y_pos_title_top + line_height_title + PADDING_BETWEEN_LINES + y_pos_artist_top = y_pos_title_top + PADDING_BETWEEN_LINES y_pos_album_top = y_pos_artist_top + LINE_HEIGHT_BDF + PADDING_BETWEEN_LINES TEXT_SCROLL_DIVISOR = 5