diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 09:37:21 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-30 09:37:21 +0000 |
commit | d06a884b05a64b6197c5e0166ac5e7ef80547ecb (patch) | |
tree | 1c52e84e738f0beb14853628ae168b4c06160814 /chrome | |
parent | 094adb6260ee804d4ac6b09e659e08fd29593f1c (diff) | |
download | chromium_src-d06a884b05a64b6197c5e0166ac5e7ef80547ecb.zip chromium_src-d06a884b05a64b6197c5e0166ac5e7ef80547ecb.tar.gz chromium_src-d06a884b05a64b6197c5e0166ac5e7ef80547ecb.tar.bz2 |
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
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/gtk/location_bar_view_gtk.cc | 4 |
1 files 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; |