diff options
Diffstat (limited to 'lib/elements/element.py')
| -rw-r--r-- | lib/elements/element.py | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
