From 3129f2e0bb39e894697b865c010570058efdb622 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Mon, 20 Jun 2016 18:01:29 +0200 Subject: [PATCH] MARGIN OVER MARGIN --- mods/unsplash.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/unsplash.go b/mods/unsplash.go index 6326699..1fa4a13 100644 --- a/mods/unsplash.go +++ b/mods/unsplash.go @@ -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))