summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2011-02-18 19:03:23 +0000
committerJazzyNico <nicoduf@yahoo.fr>2011-02-18 19:03:23 +0000
commit4adb50d2573ca55d83551222799e43acdc440dc2 (patch)
treef6c053e48ef5ee4ea4c0c458ff7a249106b9fcef /src
parentAdditionnal Mimetypes (see Bug #278307). (diff)
downloadinkscape-4adb50d2573ca55d83551222799e43acdc440dc2.tar.gz
inkscape-4adb50d2573ca55d83551222799e43acdc440dc2.zip
Bucket. Lowering the maximum shrink value (see Bug #587769, Paint Bucket: Upper/lower value in context menu of Grow/shrink are unrealistic).
(bzr r10057)
Diffstat (limited to 'src')
-rw-r--r--src/widgets/toolbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index da919e42e..b488a0280 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -8447,7 +8447,7 @@ static void sp_paintbucket_toolbox_prep(SPDesktop *desktop, GtkActionGroup* main
_("Grow/shrink by"), _("Grow/shrink by:"),
_("The amount to grow (positive) or shrink (negative) the created fill path"),
"/tools/paintbucket/offset", 0, GTK_WIDGET(desktop->canvas), NULL/*us*/, holder, TRUE,
- "inkscape:paintbucket-offset", -1e6, 1e6, 0.1, 0.5,
+ "inkscape:paintbucket-offset", -1e4, 1e4, 0.1, 0.5,
0, 0, 0,
paintbucket_offset_changed, 1, 2);
tracker->addAdjustment( ege_adjustment_action_get_adjustment(eact) );