adjust music artist location lower slight

This commit is contained in:
Chuck
2025-07-24 09:45:27 -05:00
parent 7963ac77b9
commit e627594989

View File

@@ -770,7 +770,7 @@ class MusicManager:
self.title_scroll_tick = 0
# --- Artist ---
y_pos_artist = y_pos_title + line_height_title + padding_between_lines - 5
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: