From 790b48329875b71456a07171b4c867e4cec0b3dc Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 24 Jul 2025 16:09:00 -0500 Subject: [PATCH] remove hard coded bdf y offset --- 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 8b79f26e..0356b9b8 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 = -4 + bdf_y_offset = 0 TEXT_SCROLL_DIVISOR = 5