From 8055856137dd2e650c4656c8d6b7e1a14c8957ca Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:09:27 -0400 Subject: [PATCH] shift of the day description and subtitle down in more situations --- src/of_the_day_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/of_the_day_manager.py b/src/of_the_day_manager.py index 057d77d4..ab73dec4 100644 --- a/src/of_the_day_manager.py +++ b/src/of_the_day_manager.py @@ -510,7 +510,7 @@ class OfTheDayManager: # --- Draw Body Text with Dynamic Spacing --- if num_body_lines > 0: - body_start_y = underline_y + space_after_title + body_start_y = underline_y + space_after_title + 1 # Shift description down 1 pixel current_y = body_start_y for i, line in enumerate(actual_body_lines):