diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-09-14 14:30:26 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-09-14 14:30:26 +0000 |
| commit | 64e14cd4477f16c1b1d795aedbd0f87c439d561d (patch) | |
| tree | 0f0343088b8e0646ca346a9a9a6aa3e3b25d6aa7 /src | |
| parent | * [INTL:zh_TW] Traditional Chinese translation update (diff) | |
| download | inkscape-64e14cd4477f16c1b1d795aedbd0f87c439d561d.tar.gz inkscape-64e14cd4477f16c1b1d795aedbd0f87c439d561d.zip | |
until the freeze with precision<3 is fixed, raise the lower limit in the UI
(bzr r8593)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 438371b8c..3e202d619 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -1037,7 +1037,7 @@ void InkscapePreferences::initPageSVGOutput() _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); |
