From fd6e43cf00548f78daf8ae855f691279e3c90a3b Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Thu, 9 Mar 2023 18:57:55 +0100 Subject: Various fixes (#2125) * add unit info to scale value in ripple stitch * fix apply threadlist with empty description * fix satin type ripple with unequal nodes * fix legacy auto_fill conversion * inform about too small meander shapes --- lib/elements/stroke.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/elements/stroke.py') diff --git a/lib/elements/stroke.py b/lib/elements/stroke.py index 9fe6fee1..8f5a6347 100644 --- a/lib/elements/stroke.py +++ b/lib/elements/stroke.py @@ -285,6 +285,7 @@ class Stroke(EmbroideryElement): _('Starting scale'), tooltip=_('How big the first copy of the line should be, in percent.') + " " + _('Used only for ripple stitch with a guide line.'), type='float', + unit='%', default=100, select_items=[('stroke_method', 1)], sort_index=13) @@ -296,6 +297,7 @@ class Stroke(EmbroideryElement): _('Ending scale'), tooltip=_('How big the last copy of the line should be, in percent.') + " " + _('Used only for ripple stitch with a guide line.'), type='float', + unit='%', default=0.0, select_items=[('stroke_method', 1)], sort_index=14) -- cgit v1.2.3