Add largeGap
This commit is contained in:
parent
7dd9ddd810
commit
0aa9e96ba3
1 changed files with 1 additions and 0 deletions
1
Main.go
1
Main.go
|
@ -14,6 +14,7 @@ import (
|
|||
const (
|
||||
dayWidth = 2
|
||||
smallGap = 1
|
||||
largeGap = 3
|
||||
monthWidth = 7*dayWidth + 6*smallGap
|
||||
monthHeight = (31+6+(7-1))/7 + 2
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue