| Index: chrome/browser/ui/layout_constants.cc
|
| diff --git a/chrome/browser/ui/layout_constants.cc b/chrome/browser/ui/layout_constants.cc
|
| index 7fefe4e213e2562501decc5cf4021965ee14386a..229a1eb91dfed6f1fa96699f74853b7cd512f936 100644
|
| --- a/chrome/browser/ui/layout_constants.cc
|
| +++ b/chrome/browser/ui/layout_constants.cc
|
| @@ -11,7 +11,7 @@
|
| int GetLayoutConstant(LayoutConstant constant) {
|
| const int kFindBarVerticalOffset[] = {1, 6, 6};
|
| const int kIconLabelViewInternalPadding[] = {3, 2, 2};
|
| - const int kIconLabelViewTrailingPadding[] = {2, 8, 8};
|
| + const int kIconLabelViewTrailingPadding[] = {2, 3, 3};
|
| const int kLocationBarBorderThickness[] = {2, 1, 1};
|
| const int kLocationBarBubbleFontVerticalPadding[] = {1, 2, 4};
|
| const int kLocationBarBubbleHorizontalPadding[] = {1, 4, 4};
|
|
|