| Index: chrome/browser/ui/views/layout_constants.cc
|
| diff --git a/chrome/browser/ui/views/layout_constants.cc b/chrome/browser/ui/views/layout_constants.cc
|
| index 0b0ff7b4ca3affde1cbd8951b75f4f72e856154e..3d86f65ef3b52e6c30c7f459cf2becf1677a481c 100644
|
| --- a/chrome/browser/ui/views/layout_constants.cc
|
| +++ b/chrome/browser/ui/views/layout_constants.cc
|
| @@ -16,7 +16,7 @@ int GetLayoutConstant(LayoutConstant constant) {
|
| const int kLocationBarVerticalPadding[] = {2, 2, 2};
|
| const int kOmniboxDropdownBorderInterior[] = {6, 0, 0};
|
| const int kOmniboxFontPixelSize[] = {16, 14, 14};
|
| - const int kTabCloseButtonTrailingPaddingOverlap[] = {3, 3, 3};
|
| + const int kTabCloseButtonTrailingPaddingOverlap[] = {2, 2, 2};
|
| const int kTabFaviconTitleSpacing[] = {4, 4, 4};
|
| const int kTabMaximumTitleWidth[] = {175, 175, 175};
|
| const int kTabPinnedContentWidth[] = {25, 25, 25};
|
|
|