MARGIN OVER MARGIN

This commit is contained in:
Hamcha 2016-06-20 18:01:29 +02:00
parent e8996e0378
commit 3129f2e0bb
1 changed files with 1 additions and 1 deletions

View File

@ -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))