diff options
-rw-r--r-- | chrome/browser/cocoa/tab_strip_controller.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/tab_strip_controller.mm b/chrome/browser/cocoa/tab_strip_controller.mm index fc59a3e..b649d28 100644 --- a/chrome/browser/cocoa/tab_strip_controller.mm +++ b/chrome/browser/cocoa/tab_strip_controller.mm @@ -187,7 +187,7 @@ class TabStripBridge : public TabStripModelObserver { // Positions the new tab button to the right of the last tab. - (void)positionNewTabButton { - const NSInteger kNewTabXOffset = 10; + const NSInteger kNewTabXOffset = -12; NSRect lastTab = [[[tabArray_ lastObject] view] frame]; NSInteger maxRightEdge = NSMaxX(lastTab); NSRect newTabButtonFrame = [newTabButton_ frame]; |