From 4605cb5c39078e6f94b8d71747d0a437beabf8c4 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 24 Jul 2025 10:17:16 -0500 Subject: [PATCH] adjusting music manager artist and album location --- 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 4edc83ea..7fe1c5c5 100644 --- a/src/music_manager.py +++ b/src/music_manager.py @@ -770,7 +770,7 @@ class MusicManager: self.title_scroll_tick = 0 # --- Artist --- - y_pos_artist = y_pos_title + line_height_title + padding_between_lines + y_pos_artist = y_pos_title + line_height_title + padding_between_lines - 2 artist_width = self.display_manager.get_text_width(artist, font_artist_album) current_artist_display_text = artist if artist_width > text_area_width: