From a0973a2ad8c16844ca9c6cc100e09e6539f84f18 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Tue, 16 Sep 2025 12:19:50 -0400 Subject: [PATCH] shift whole display down 8 pixels --- 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 5c0a3306..ba29abc7 100644 --- a/src/of_the_day_manager.py +++ b/src/of_the_day_manager.py @@ -440,7 +440,7 @@ class OfTheDayManager: # --- Dynamic Spacing Calculation --- # Calculate how much space we need and distribute it evenly - margin_top = 6 # Shift everything down by 6 pixels + margin_top = 8 # Shift everything down by 6 pixels margin_bottom = 1 underline_space = 1 # Space for underline