From 448e475185329b14721e500152e6f4d64bff911e Mon Sep 17 00:00:00 2001 From: "avi@google.com" Date: Fri, 13 Mar 2009 19:12:20 +0000 Subject: Adjust the plus button offset to match Windows more. Review URL: http://codereview.chromium.org/46042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11652 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/cocoa/tab_strip_controller.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome') 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]; -- cgit v1.1