diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-02-27 06:37:51 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-02-27 06:37:51 +0000 |
| commit | c30ca7970ae9d67431545d68f7b03c7da778abf3 (patch) | |
| tree | 3ad1502849c5f88d218060a2424c838a6d30d16a /src/flood-context.cpp | |
| parent | add paintbucket cursor (diff) | |
| download | inkscape-c30ca7970ae9d67431545d68f7b03c7da778abf3.tar.gz inkscape-c30ca7970ae9d67431545d68f7b03c7da778abf3.zip | |
increase padding
(bzr r2460)
Diffstat (limited to 'src/flood-context.cpp')
| -rw-r--r-- | src/flood-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flood-context.cpp b/src/flood-context.cpp index cb41ce85a..fa547a6b9 100644 --- a/src/flood-context.cpp +++ b/src/flood-context.cpp @@ -365,7 +365,7 @@ static void sp_flood_do_flood_fill(SPEventContext *event_context, GdkEvent *even } double zoom_scale = desktop->current_zoom(); - double padding = 1.4; + double padding = 1.6; NR::Rect screen = desktop->get_display_area(); |
