mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
shift of the day description and subtitle down in more situations
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user