Add largeGap

This commit is contained in:
Petar Kapriš 2021-08-27 12:10:31 +02:00 committed by Петар Каприш
parent 7dd9ddd810
commit 0aa9e96ba3

View file

@ -14,6 +14,7 @@ import (
const ( const (
dayWidth = 2 dayWidth = 2
smallGap = 1 smallGap = 1
largeGap = 3
monthWidth = 7*dayWidth + 6*smallGap monthWidth = 7*dayWidth + 6*smallGap
monthHeight = (31+6+(7-1))/7 + 2 monthHeight = (31+6+(7-1))/7 + 2
) )