From 17a79976dd7e45760bc17b055826c2bf4d217f0d Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:06:59 -0400 Subject: [PATCH] shift of the day description down one more pixel for total of 4 --- 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 97674369..057d77d4 100644 --- a/src/of_the_day_manager.py +++ b/src/of_the_day_manager.py @@ -486,7 +486,7 @@ class OfTheDayManager: space_between_lines = 0 else: # Tight spacing - space_after_title = 3 + space_after_title = 4 space_between_lines = 1 # --- Draw Title ---