Resized weekday to fit into box

This commit is contained in:
Maximilian Giller 2019-03-13 20:33:38 +01:00
parent c9c6ce4207
commit 87175a1264

View file

@ -11,7 +11,7 @@ number_height = numberbox_height * 0.83
month_height = numberbox_height / 4 month_height = numberbox_height / 4
monthbox_xpadding = 0.013 monthbox_xpadding = 0.013
monthbox_width = 1 - numberbox_ypos - monthbox_xpadding monthbox_width = 1 - numberbox_ypos - monthbox_xpadding
weekday_height = numberbox_height * 0.22 weekday_height = numberbox_height * 0.19
weekday_ypadding = 0.02 weekday_ypadding = 0.02
weathercolumn_y_size = (0.4, 1) weathercolumn_y_size = (0.4, 1)
eventlist_y_fontsize = 0.093 eventlist_y_fontsize = 0.093