summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/preferences-widget.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-01-17 08:16:42 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-01-17 08:16:42 +0000
commit5478d41d415db59ab94f953cb6e4106ef6078bb3 (patch)
treed59eaec059b9da9d08c4930c8e50d3e1091cbef8 /src/ui/widget/preferences-widget.cpp
parentfix stroke scaling for the objects with the default 1px width (diff)
downloadinkscape-5478d41d415db59ab94f953cb6e4106ef6078bb3.tar.gz
inkscape-5478d41d415db59ab94f953cb6e4106ef6078bb3.zip
more precise simplification control
(bzr r8)
Diffstat (limited to 'src/ui/widget/preferences-widget.cpp')
-rw-r--r--src/ui/widget/preferences-widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/preferences-widget.cpp b/src/ui/widget/preferences-widget.cpp
index cc389c611..b53db0512 100644
--- a/src/ui/widget/preferences-widget.cpp
+++ b/src/ui/widget/preferences-widget.cpp
@@ -215,7 +215,7 @@ void PrefSpinButton::init(const std::string& prefs_path, const std::string& attr
if (is_int)
this->set_digits(0);
else if (step_increment < 0.1)
- this->set_digits(3);
+ this->set_digits(4);
else
this->set_digits(2);