fix an issue where the text would not be vertically centered

This commit is contained in:
Ace
2024-06-22 02:03:48 +02:00
parent e6ebbb293c
commit acc4fb7ce6
4 changed files with 68 additions and 56 deletions

View File

@@ -20,7 +20,7 @@ tests = [
{
"name": "Calendar",
"config": {
"size": [500, 500],
"size": [500, 600],
"week_starts_on": "Monday",
"show_events": True,
"ical_urls": sample_url,