From 329b2def38e8f55f05507f57083aeaac015a8b07 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Wed, 23 Jul 2025 13:37:18 -0500 Subject: [PATCH] shift down one px starting line of body text --- 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 dc5fd8a9..9d1cd267 100644 --- a/src/of_the_day_manager.py +++ b/src/of_the_day_manager.py @@ -236,7 +236,7 @@ class OfTheDayManager: # --- Draw Subtitle or Description (rotating) --- # Start subtitle/description below the title and underline # Account for title height + underline + spacing - y_start = title_height + body_height + 3 # Space for underline + y_start = title_height + body_height + 4 # Space for underline available_height = matrix_height - y_start available_width = matrix_width - 2