7ccdf62
From 639043d73ad0a39d65b5e7cc8c7824577aa4d5ad Mon Sep 17 00:00:00 2001
d31beb6
From: Michael Catanzaro <mcatanzaro@igalia.com>
d31beb6
Date: Tue, 9 Sep 2014 17:07:48 -0500
7ccdf62
Subject: [PATCH 11/15] ephy-location-entry: update padding for latest Adwaita
d31beb6
d31beb6
Our code for aligning the URL of completions with the URL in the
d31beb6
location entry seems to be theme-dependent, and the alignment isn't
d31beb6
quite right with the latest Adwaita.
d31beb6
7ccdf62
Upstream status: should be upstreamed as-is
7ccdf62
d31beb6
https://bugzilla.gnome.org/show_bug.cgi?id=736363
d31beb6
---
d31beb6
 lib/widgets/ephy-location-entry.c | 2 +-
d31beb6
 1 file changed, 1 insertion(+), 1 deletion(-)
d31beb6
d31beb6
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
d31beb6
index b74454f..d342001 100644
d31beb6
--- a/lib/widgets/ephy-location-entry.c
d31beb6
+++ b/lib/widgets/ephy-location-entry.c
d31beb6
@@ -1247,7 +1247,7 @@ ephy_location_entry_set_completion (EphyLocationEntry *entry,
d31beb6
 
d31beb6
 #define ICON_PADDING_LEFT 5
d31beb6
 #define ICON_CONTENT_WIDTH 16
d31beb6
-#define ICON_PADDING_RIGHT 4
d31beb6
+#define ICON_PADDING_RIGHT 9
d31beb6
 
d31beb6
 #define ICON_CONTENT_HEIGHT 16
d31beb6
 
d31beb6
-- 
d31beb6
2.1.0
d31beb6