Removed spacing of weather icon

This commit is contained in:
Maximilian Giller 2019-03-23 12:23:14 +01:00
parent 571846ae39
commit 0e1b6bef57

View file

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