Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion brother_ql_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def create_label_grocy(text, **kwargs):
product_font = ImageFont.truetype(kwargs['font_path'], 100)
duedate_font = ImageFont.truetype(kwargs['font_path'], 60)
width = kwargs['width']
height = 200
height = kwargs['height']
if kwargs['orientation'] == 'rotated':
tw = width
width = height
Expand Down