summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2024-07-08 09:48:03 +0200
committerGitHub <noreply@github.com>2024-07-08 09:48:03 +0200
commit550061e15ba8f7d607d31dcea2145d7e150b0598 (patch)
tree1b596939b8b352eba901fa3772980138aae6d0f0 /lib
parent8fdd5e502a38d83eda11d5605d03a5017ce5c073 (diff)
threadlist: add missing linebreak (#3070)
Diffstat (limited to 'lib')
-rw-r--r--lib/extensions/thread_list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/thread_list.py b/lib/extensions/thread_list.py
index 5603107a..a9d2b8d2 100644
--- a/lib/extensions/thread_list.py
+++ b/lib/extensions/thread_list.py
@@ -49,7 +49,7 @@ def get_threadlist(stitch_plan, design_name):
thread_output += f": {design_name}\n"
thread_output += _("Size")
- thread_output += f" (mm): {width}, {height}"
+ thread_output += f" (mm): {width}, {height}\n"
thread_output += _("Stitches")
thread_output += f": {stitch_plan.num_stitches}\n"