summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0e7af4b)
raw | patch | inline | side by side (parent: 0e7af4b)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 14 Sep 2009 14:30:26 +0000 (14:30 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 14 Sep 2009 14:30:26 +0000 (14:30 +0000) |
src/ui/dialog/inkscape-preferences.cpp | patch | blob | history |
index 438371b8ca9ed49cdb6fc79741908d9d6ad20beb..3e202d61927c3a8df4476e99b2279d89b28781c5 100644 (file)
_page_svgoutput.add_group_header( _("Numbers"));
- _svgoutput_numericprecision.init("/options/svgoutput/numericprecision", 1.0, 16.0, 1.0, 2.0, 8.0, true, false);
+ _svgoutput_numericprecision.init("/options/svgoutput/numericprecision", 3.0, 16.0, 1.0, 2.0, 8.0, true, false);
_page_svgoutput.add_line( false, _("Numeric precision:"), _svgoutput_numericprecision, "", _("How many digits to write after the decimal dot"), false);
_svgoutput_minimumexponent.init("/options/svgoutput/minimumexponent", -32.0, -1, 1.0, 2.0, -8.0, true, false);