From 2eaa158e801f9b5e18d944e98453bce2b9d46ae0 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 24 Jul 2025 19:31:01 -0500 Subject: [PATCH] adjust bdf 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 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