summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-01-17 08:44:44 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-01-17 08:44:44 +0000
commit5262d8f76e5b3b0665afeec9fff0c3f5af8d31b0 (patch)
treea1529e2cb1df30b0e62e9598bfa888a6b6d47617 /src
parentmore precise simplification control (diff)
downloadinkscape-5262d8f76e5b3b0665afeec9fff0c3f5af8d31b0.tar.gz
inkscape-5262d8f76e5b3b0665afeec9fff0c3f5af8d31b0.zip
readability
(bzr r9)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index df7942974..addbcf39f 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -467,7 +467,7 @@ void InkscapePreferences::initPageMisc()
_misc_recent.init("options.maxrecentdocuments", "value", 0.0, 1000.0, 1.0, 1.0, 1.0, true, false);
_page_misc.add_line( false, _("Max recent documents:"), _misc_recent, "",
_("The maximum length of the Open Recent list in the File menu"), false);
- _misc_simpl.init("options.simplifythreshold", "value", 0.0001, 1.0, 0.0001, 0.001, 0.001, false, false);
+ _misc_simpl.init("options.simplifythreshold", "value", 0.0001, 1.0, 0.0001, 0.0010, 0.0010, false, false);
_page_misc.add_line( false, _("Simplification threshold:"), _misc_simpl, "",
_("How strong is the Simplify command by default. If you invoke this command several times in quick succession, it will act more and more aggressively; invoking it again after a pause restores the default threshold."), false);
int const num_items = 5;