Add titleHeight
This commit is contained in:
parent
0aa9e96ba3
commit
a7dbe96dc8
1 changed files with 2 additions and 0 deletions
2
Main.go
2
Main.go
|
@ -17,6 +17,8 @@ const (
|
||||||
largeGap = 3
|
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
|
||||||
|
|
||||||
|
titleHeight = smallGap + 1
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Add table
Reference in a new issue