kopia lustrzana https://github.com/inkstitch/inkstitch
correct tooltip (#2573)
tooltip for random zig-zag spacing was hinting it was applied to stitch length.pull/2579/head
rodzic
028249b1fb
commit
a2adb03b6a
|
|
@ -118,7 +118,7 @@ class SatinColumn(EmbroideryElement):
|
|||
@property
|
||||
@param('random_zigzag_spacing_percent',
|
||||
_('Random zig-zag spacing percentage'),
|
||||
tooltip=_('Amount of random jitter added to stitch length.'),
|
||||
tooltip=_('Amount of random jitter added to zigzag spacing.'),
|
||||
default=0, type='float', unit="± %", sort_index=92)
|
||||
def random_zigzag_spacing(self):
|
||||
# peak-to-peak distance between zigzags
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue