From 33a36e137776434d79c2f433d43367cff45a3193 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 26 May 2020 19:13:36 +0200 Subject: [PATCH] fixed typo --- inkycal/custom/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inkycal/custom/functions.py b/inkycal/custom/functions.py index fcf580f..f2c39c8 100644 --- a/inkycal/custom/functions.py +++ b/inkycal/custom/functions.py @@ -72,7 +72,7 @@ def write(image, xy, box_size, text, font=None, **kwargs): text = string (what to write) font = which font to use """ - allowed_kwargs = ['alignment', 'autofit', 'colour', 'rotation' + allowed_kwargs = ['alignment', 'autofit', 'colour', 'rotation', 'fill_width', 'fill_height'] # Validate kwargs