From 2356f23f03f3c7f7da0cb9d3fb4f487e7f612f27 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Tue, 21 Jun 2016 14:32:31 +0200 Subject: [PATCH] MARGIN FOR REALZ --- mods/unsplash.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/unsplash.go b/mods/unsplash.go index 2a0ad4d..f0a1158 100644 --- a/mods/unsplash.go +++ b/mods/unsplash.go @@ -110,7 +110,7 @@ func unsplash(broker *tg.Broker, update tg.APIMessage) { width := right - left texts := []string{text} - if width > iwidth { + if width*1.2 > iwidth { // Split text texts = splitCenter(text)