Fixed design issues
This commit is contained in:
parent
07c2484849
commit
8211b9829e
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ from settings import general_settings
|
||||||
|
|
||||||
weatherheadersize = (1,0.113)
|
weatherheadersize = (1,0.113)
|
||||||
monthtextsize = 40
|
monthtextsize = 40
|
||||||
monthovsize = (1, 0.5)
|
monthovsize = (1, 0.48)
|
||||||
monthovposition = (0, 0.23 - weatherheadersize[1])
|
monthovposition = (0, 0.25 - weatherheadersize[1])
|
||||||
seperatorplace = (0, 0.113)
|
seperatorplace = (0, 0.113)
|
||||||
monthplace = (0, 0.12 - weatherheadersize[1])
|
monthplace = (0, 0.12 - weatherheadersize[1])
|
||||||
monthboxsize = (1, 0.085)
|
monthboxsize = (1, 0.085)
|
||||||
|
|
Loading…
Reference in a new issue