From ef1a483b2d9350aa8c69498c1ff3386e2c9e563e Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Tue, 16 Jul 2024 20:36:15 +0200 Subject: threadlist: size comma to x (#3088) --- 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 a9d2b8d2..17c84dcc 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}\n" + thread_output += f" (mm): {width} x {height}\n" thread_output += _("Stitches") thread_output += f": {stitch_plan.num_stitches}\n" -- cgit v1.2.3