Resized weekday to fit into box
This commit is contained in:
parent
c9c6ce4207
commit
87175a1264
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ number_height = numberbox_height * 0.83
|
|||
month_height = numberbox_height / 4
|
||||
monthbox_xpadding = 0.013
|
||||
monthbox_width = 1 - numberbox_ypos - monthbox_xpadding
|
||||
weekday_height = numberbox_height * 0.22
|
||||
weekday_height = numberbox_height * 0.19
|
||||
weekday_ypadding = 0.02
|
||||
weathercolumn_y_size = (0.4, 1)
|
||||
eventlist_y_fontsize = 0.093
|
||||
|
|
Loading…
Reference in a new issue