Commit 1457c6ee authored by rsesek@chromium.org's avatar rsesek@chromium.org

[Mac] Nudge the Lion fullscreen button 1px left.

BUG=141639
TEST=Visual, if you look carefully.


Review URL: https://chromiumcodereview.appspot.com/10855078

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150826 0039d316-1c4b-4281-b951-d872f2087c98
parent ad16b40a
......@@ -337,7 +337,7 @@ const CGFloat kWindowGradientHeight = 24.0;
NSView* avatarButton = [avatarButtonVC view];
origin.x = -(NSWidth([avatarButton frame]) + 3);
} else {
origin.x -= 5;
origin.x -= 6;
}
return origin;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment