MARGIN OVER MARGIN
This commit is contained in:
parent
e8996e0378
commit
3129f2e0bb
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ func unsplash(broker *tg.Broker, update tg.APIMessage) {
|
|||
}
|
||||
|
||||
texts = append(texts, author)
|
||||
height := bottom - top
|
||||
height := bottom - top + 20
|
||||
margin := float64(height / 50)
|
||||
txtheight := (height + margin) * float64(len(texts))
|
||||
|
||||
|
|
Reference in a new issue