diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2018-10-24 13:23:53 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2018-10-25 07:48:24 +0000 |
| commit | 4d4b84ca63a82bdf05ba5f633cab436c18199528 (patch) | |
| tree | f24edd5e59f90cedefa221e0201bcef3252c3baf /src | |
| parent | Add minor string tweaks (diff) | |
| download | inkscape-4d4b84ca63a82bdf05ba5f633cab436c18199528.tar.gz inkscape-4d4b84ca63a82bdf05ba5f633cab436c18199528.zip | |
Fix initial width
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-knot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-knot.cpp b/src/live_effects/lpe-knot.cpp index 928039d0c..21fb3e5bf 100644 --- a/src/live_effects/lpe-knot.cpp +++ b/src/live_effects/lpe-knot.cpp @@ -345,7 +345,7 @@ LPEKnot::LPEKnot(LivePathEffectObject *lpeobject) : Effect(lpeobject) , // initialise your parameters here: - interruption_width(_("_Gap length:"), _("Size of hidden region of lower string"), "interruption_width", &wr, this, 1) + interruption_width(_("_Gap length:"), _("Size of hidden region of lower string"), "interruption_width", &wr, this, 3) , prop_to_stroke_width(_("_In units of stroke width"), _("Consider 'Width' as a ratio of stroke width"), "prop_to_stroke_width", &wr, this, true) , inverse_width(_("_Inverse"), _("Use other stroke width, useful in groups with diferent stroke width"), |
