diff options
Diffstat (limited to 'clang_format_diff')
| -rw-r--r-- | clang_format_diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang_format_diff b/clang_format_diff index af9410f3b..5c34c9d5f 100644 --- a/clang_format_diff +++ b/clang_format_diff @@ -15,9 +15,9 @@ : 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) + interruption_width(_("_Gap length:"), _("Size of hidden region of lower string"), "interruption_width", &wr, this, -+ 1) ++ 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"), |
