diff options
author | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-08 21:55:01 +0000 |
---|---|---|
committer | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-08 21:55:01 +0000 |
commit | 8afca9be268e08c6223b6aed3abdf9fd185d05cc (patch) | |
tree | 0b6d5e51f17144c7d635cae5ccfd374ece58b880 /chrome/browser/autocomplete/autocomplete_popup_view_mac.mm | |
parent | cf6a7dfa8e1a689b361218f951caa1893ed4bea6 (diff) | |
download | chromium_src-8afca9be268e08c6223b6aed3abdf9fd185d05cc.zip chromium_src-8afca9be268e08c6223b6aed3abdf9fd185d05cc.tar.gz chromium_src-8afca9be268e08c6223b6aed3abdf9fd185d05cc.tar.bz2 |
[Mac] Tweak location icon spacing in omnibox.
BUG=40419
TEST=Icons and text line up between field and popup.
TEST=Compare mock at http://crbug.com/27570
Review URL: http://codereview.chromium.org/1525021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44008 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete/autocomplete_popup_view_mac.mm')
-rw-r--r-- | chrome/browser/autocomplete/autocomplete_popup_view_mac.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_popup_view_mac.mm b/chrome/browser/autocomplete/autocomplete_popup_view_mac.mm index f01951b..6c6d173 100644 --- a/chrome/browser/autocomplete/autocomplete_popup_view_mac.mm +++ b/chrome/browser/autocomplete/autocomplete_popup_view_mac.mm @@ -39,10 +39,10 @@ const CGFloat kPopupFieldGap = 0.0; const CGFloat kPopupAlpha = 240.0 / 255.0; // How much space to leave for the left and right margins. -const CGFloat kLeftRightMargin = 8.0; +const CGFloat kLeftRightMargin = 5.0; // How far to offset the text column from the left. -const CGFloat kTextXOffset = 33.0; +const CGFloat kTextXOffset = 29.0; // Animation duration when animating the popup window smaller. const CGFloat kShrinkAnimationDuration = 0.1; |