remove hard coded bdf y offset

This commit is contained in:
Chuck
2025-07-24 16:09:00 -05:00
parent d80c1a93db
commit 790b483298

View File

@@ -763,7 +763,7 @@ class MusicManager:
y_pos_album_top = y_pos_artist_top + line_height_artist_album + padding_between_lines
# Local offset to counteract the hardcoded `y+=6` in _draw_bdf_text
bdf_y_offset = -4
bdf_y_offset = 0
TEXT_SCROLL_DIVISOR = 5