shift of the day description down one more pixel for total of 4

This commit is contained in:
Chuck
2025-09-16 14:06:59 -04:00
parent 38062d0bee
commit 17a79976dd

View File

@@ -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 ---