change artist postioning

This commit is contained in:
ChuckBuilds
2025-07-24 20:00:35 -05:00
parent f9588f47d0
commit 7fc158c914

View File

@@ -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