[epiphany] Add more padding around the drag surface



commit 4fc7602943406e19d211221e3a3ff7a90c019b95
Author: William Jon McCann <william jon mccann gmail com>
Date:   Sat Dec 21 07:23:29 2013 -0500

    Add more padding around the drag surface
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720876

 lib/widgets/ephy-location-entry.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index fd148a5..21c6d81 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -682,7 +682,7 @@ sanitize_location (char **url)
        }
 }
 
-#define DRAG_ICON_LAYOUT_PADDING       4
+#define DRAG_ICON_LAYOUT_PADDING       5
 #define DRAG_ICON_ICON_PADDING         10
 #define DRAG_ICON_MAX_WIDTH_CHARS      32
 
@@ -768,7 +768,7 @@ favicon_create_drag_surface (EphyLocationEntry *entry,
        }
 
        surface_width = layout_width + favicon_offset_x +
-                       (DRAG_ICON_LAYOUT_PADDING * 2);
+                       (DRAG_ICON_LAYOUT_PADDING * 3);
        surface_height = MAX (layout_height, icon_height) +
                        (DRAG_ICON_LAYOUT_PADDING * 2);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]