From 0e1b6bef5753f6f0315c0ee14a02416b36451a17 Mon Sep 17 00:00:00 2001 From: Max G Date: Sat, 23 Mar 2019 12:23:14 +0100 Subject: [PATCH] Removed spacing of weather icon --- Calendar/WeatherColumnDesign.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Calendar/WeatherColumnDesign.py b/Calendar/WeatherColumnDesign.py index e98da33..9b77a80 100644 --- a/Calendar/WeatherColumnDesign.py +++ b/Calendar/WeatherColumnDesign.py @@ -6,7 +6,7 @@ from PIL import Image from settings import hours icon_xpos = 0.1 -icon_x_ypos = -0.1 +icon_x_ypos = 0 icon_width = 1 - 2 * icon_xpos info_x_height = icon_width * 0.3 info_x_ypos = icon_x_ypos + icon_width