diff --git a/src/weather_manager.py b/src/weather_manager.py index f26e7e0c..7183e47b 100644 --- a/src/weather_manager.py +++ b/src/weather_manager.py @@ -39,9 +39,9 @@ class WeatherManager: # Layout constants self.PADDING = 1 self.ICON_SIZE = { - 'large': 10, - 'medium': 12, # Reduced from 16 for better spacing - 'small': 6 + 'large': 24, + 'medium': 18, + 'small': 12 } self.COLORS = { 'text': (255, 255, 255),