| Index: chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm
|
| diff --git a/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm b/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm
|
| index 48646e6092ed061916437ed4c148ad2b0955b91f..5d1742b7f84fe446f162be72f2ca3e8c0c5a8012 100644
|
| --- a/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm
|
| +++ b/chrome/browser/cocoa/location_bar/autocomplete_text_field_cell.mm
|
| @@ -17,11 +17,12 @@ const CGFloat kBaselineAdjust = 3.0;
|
| const CGFloat kCornerRadius = 4.0;
|
|
|
| // How far to inset the left-hand decorations from the field's bounds.
|
| -const CGFloat kLeftDecorationXOffset = 4.0;
|
| +const CGFloat kLeftDecorationXOffset = 5.0;
|
|
|
| // How far to inset the right-hand decorations from the field's bounds.
|
| // TODO(shess): Why is this different from |kLeftDecorationXOffset|?
|
| -const CGFloat kRightDecorationXOffset = 4.0;
|
| +// |kDecorationOuterXOffset|?
|
| +const CGFloat kRightDecorationXOffset = 5.0;
|
|
|
| // The amount of padding on either side reserved for drawing
|
| // decorations. [Views has |kItemPadding| == 3.]
|
|
|