diff --git a/src/music_manager.py b/src/music_manager.py index 0356b9b8..8b79f26e 100644 --- a/src/music_manager.py +++ b/src/music_manager.py @@ -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 = 0 + bdf_y_offset = -4 TEXT_SCROLL_DIVISOR = 5