From d06a884b05a64b6197c5e0166ac5e7ef80547ecb Mon Sep 17 00:00:00 2001 From: "deanm@chromium.org" Date: Tue, 30 Jun 2009 09:37:21 +0000 Subject: Make the Linux location bar SSL icon padding match Windows. The EV padding might also need adjustment later. Review URL: http://codereview.chromium.org/151073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19580 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/gtk/location_bar_view_gtk.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/browser/gtk/location_bar_view_gtk.cc b/chrome/browser/gtk/location_bar_view_gtk.cc index c7399d9..132836b 100644 --- a/chrome/browser/gtk/location_bar_view_gtk.cc +++ b/chrome/browser/gtk/location_bar_view_gtk.cc @@ -42,8 +42,8 @@ const int kBorderThickness = 1; const int kEditLeftRightPadding = 4; // Padding around the security icon. -const int kSecurityIconPaddingLeft = 2; -const int kSecurityIconPaddingRight = 8; +const int kSecurityIconPaddingLeft = 0; +const int kSecurityIconPaddingRight = 6; const int kEvTextPaddingRight = 4; -- cgit v1.1