| Index: chrome/browser/autocomplete/autocomplete_popup_view_mac.mm
|
| ===================================================================
|
| --- chrome/browser/autocomplete/autocomplete_popup_view_mac.mm (revision 54686)
|
| +++ chrome/browser/autocomplete/autocomplete_popup_view_mac.mm (working copy)
|
| @@ -40,7 +40,7 @@
|
| const CGFloat kPopupAlpha = 240.0 / 255.0;
|
|
|
| // How far to offset image column from the left.
|
| -const CGFloat kImageXOffset = 3.0;
|
| +const CGFloat kImageXOffset = 4.0;
|
|
|
| // How far to offset the text column from the left.
|
| const CGFloat kTextXOffset = 26.0;
|
|
|