From f15c9fdb3956ad8527b9a1b76cb09b9b18c5dc56 Mon Sep 17 00:00:00 2001 From: Max G Date: Fri, 8 Mar 2019 21:35:52 +0100 Subject: [PATCH] Fine tuned padding correction --- Calendar/TextDesign.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Calendar/TextDesign.py b/Calendar/TextDesign.py index f934eeb..faa2d3c 100644 --- a/Calendar/TextDesign.py +++ b/Calendar/TextDesign.py @@ -3,7 +3,7 @@ from PIL import ImageFont, ImageDraw, ImageOps from Assets import path, defaultfont from TextWraper import wrap_text_with_font -paddingcorrection = -5 +paddingcorrection = -3 class TextDesign (DesignEntity): """Object that manages all information relevant to text