Update weather_manager.py

adjust weather large icon from 32 to 30
This commit is contained in:
Chuck
2025-04-17 21:54:26 -05:00
parent d8e7cf0e06
commit 8c4619069c

View File

@@ -40,7 +40,7 @@ class WeatherManager:
self.PADDING = 1
self.ICON_SIZE = {
'extra_large': 40, # Changed from 30
'large': 32,
'large': 30,
'medium': 24,
'small': 14
}