Fixed highlight box bug
This commit is contained in:
parent
6504851aa1
commit
7ead3c39c1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from Assets import *
|
||||||
from settings import *
|
from settings import *
|
||||||
from BoxDesign import BoxDesign
|
from BoxDesign import BoxDesign
|
||||||
|
|
||||||
daynumberboxsize = (0.143, 0.286)
|
daynumberboxsize = (0.143, 0.2) #(0.143, 0.286)
|
||||||
dayhighlightboxsize = (0.143, 0.14)
|
dayhighlightboxsize = (0.143, 0.14)
|
||||||
daynumbersize = 25
|
daynumbersize = 25
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue