From 2fde596272b339ebb9b63ceebd66c5e7a0c641f2 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Fri, 10 Jun 2022 16:25:30 +0200 Subject: Guided ripple stitch (#1675) Co-authored-by: @lexelby --- lib/elements/element.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/elements/element.py') diff --git a/lib/elements/element.py b/lib/elements/element.py index 3648760b..75d22580 100644 --- a/lib/elements/element.py +++ b/lib/elements/element.py @@ -206,7 +206,7 @@ class EmbroideryElement(object): # L10N options to allow lock stitch before and after objects options=[_("Both"), _("Before"), _("After"), _("Neither")], default=0, - sort_index=10) + sort_index=50) @cache def ties(self): return self.get_int_param("ties", 0) @@ -218,7 +218,7 @@ class EmbroideryElement(object): 'even if the distance to the next object is shorter than defined by the collapse length value in the Ink/Stitch preferences.'), type='boolean', default=False, - sort_index=10) + sort_index=51) @cache def force_lock_stitches(self): return self.get_boolean_param('force_lock_stitches', False) -- cgit v1.2.3