From 550061e15ba8f7d607d31dcea2145d7e150b0598 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Mon, 8 Jul 2024 09:48:03 +0200 Subject: threadlist: add missing linebreak (#3070) --- lib/extensions/thread_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/extensions/thread_list.py') 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" -- cgit v1.2.3