| Index: chrome/browser/ui/views/tabs/tab.cc
|
| diff --git a/chrome/browser/ui/views/tabs/tab.cc b/chrome/browser/ui/views/tabs/tab.cc
|
| index 4d3ab105f2a7ee3d00c2687b0970159d120000e3..3a83bfe3a2f3c43c42f3d9a25970e15b4bbd1968 100644
|
| --- a/chrome/browser/ui/views/tabs/tab.cc
|
| +++ b/chrome/browser/ui/views/tabs/tab.cc
|
| @@ -36,7 +36,7 @@ static const int kBottomPadding = 5;
|
| static const int kDropShadowHeight = 2;
|
| static const int kToolbarOverlap = 1;
|
| static const int kFaviconTitleSpacing = 4;
|
| -static const int kTitleCloseButtonSpacing = 5;
|
| +static const int kTitleCloseButtonSpacing = 3;
|
| static const int kStandardTitleWidth = 175;
|
| static const int kCloseButtonVertFuzz = 0;
|
| static const int kCloseButtonHorzFuzz = 5;
|
|
|