MARGIN FOR REALZ

This commit is contained in:
Hamcha 2016-06-21 14:32:31 +02:00
parent 51015129fe
commit 2356f23f03
1 changed files with 1 additions and 1 deletions

View File

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