Blob Blame History Raw
From 639043d73ad0a39d65b5e7cc8c7824577aa4d5ad Mon Sep 17 00:00:00 2001
From: Michael Catanzaro <mcatanzaro@igalia.com>
Date: Tue, 9 Sep 2014 17:07:48 -0500
Subject: [PATCH 11/15] ephy-location-entry: update padding for latest Adwaita

Our code for aligning the URL of completions with the URL in the
location entry seems to be theme-dependent, and the alignment isn't
quite right with the latest Adwaita.

Upstream status: should be upstreamed as-is

https://bugzilla.gnome.org/show_bug.cgi?id=736363
---
 lib/widgets/ephy-location-entry.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index b74454f..d342001 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -1247,7 +1247,7 @@ ephy_location_entry_set_completion (EphyLocationEntry *entry,
 
 #define ICON_PADDING_LEFT 5
 #define ICON_CONTENT_WIDTH 16
-#define ICON_PADDING_RIGHT 4
+#define ICON_PADDING_RIGHT 9
 
 #define ICON_CONTENT_HEIGHT 16
 
-- 
2.1.0