diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-10-12 19:37:49 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-10-12 19:37:49 +0000 |
| commit | 2b52075bb40c00807fbf42c9f7d62dada27525ac (patch) | |
| tree | 59fac6f4062823f7ae62e44529c9763479f13a78 /src/live_effects/lpe-simplify.cpp | |
| parent | Revert "Remove unused "nopref" variant of effects" (diff) | |
| download | inkscape-2b52075bb40c00807fbf42c9f7d62dada27525ac.tar.gz inkscape-2b52075bb40c00807fbf42c9f7d62dada27525ac.zip | |
Add icons to show help in set defauls LPE parameters
Diffstat (limited to 'src/live_effects/lpe-simplify.cpp')
| -rw-r--r-- | src/live_effects/lpe-simplify.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-simplify.cpp b/src/live_effects/lpe-simplify.cpp index f101e63f2..3b6ca85d4 100644 --- a/src/live_effects/lpe-simplify.cpp +++ b/src/live_effects/lpe-simplify.cpp @@ -26,9 +26,9 @@ LPESimplify::LPESimplify(LivePathEffectObject *lpeobject) &wr, this, 0.) , helper_size(_("Helper size:"), _("Helper size"), "helper_size", &wr, this, 5) , simplify_individual_paths(_("Paths separately"), _("Simplifying paths (separately)"), "simplify_individual_paths", - &wr, this, false, "", INKSCAPE_ICON("on"), INKSCAPE_ICON("off")) + &wr, this, false, "", INKSCAPE_ICON("on-outline"), INKSCAPE_ICON("off-outline")) , simplify_just_coalesce(_("Just coalesce"), _("Simplify just coalesce"), "simplify_just_coalesce", &wr, this, - false, "", INKSCAPE_ICON("on"), INKSCAPE_ICON("off")) + false, "", INKSCAPE_ICON("on-outline"), INKSCAPE_ICON("off-outline")) { registerParameter(&steps); registerParameter(&threshold); |
