Add titleHeight

This commit is contained in:
Petar Kapriš 2021-08-27 17:37:38 +02:00 committed by Петар Каприш
parent 0aa9e96ba3
commit a7dbe96dc8

View file

@ -17,6 +17,8 @@ const (
largeGap = 3
monthWidth = 7*dayWidth + 6*smallGap
monthHeight = (31+6+(7-1))/7 + 2
titleHeight = smallGap + 1
)
var (