Fine tuned padding correction
This commit is contained in:
parent
cec0ee83da
commit
f15c9fdb39
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue