From: buliabyak Date: Tue, 27 Feb 2007 06:37:51 +0000 (+0000) Subject: increase padding X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9fb5202e93f290562374e2bcc8f6613382d1fd64;p=inkscape.git increase padding --- 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();