Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Unified Diff: chrome/browser/ui/cocoa/framed_browser_window.h

Issue 6280017: Tweak title bar; give one more pixel at the top, one extra pixel spacing to r... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/nibs/BrowserWindow.xib ('k') | chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/framed_browser_window.h
===================================================================
--- chrome/browser/ui/cocoa/framed_browser_window.h (revision 72638)
+++ chrome/browser/ui/cocoa/framed_browser_window.h (working copy)
@@ -13,8 +13,8 @@
// Offsets from the top/left of the window frame to the top of the window
// controls (zoom, close, miniaturize) for a window with a tabstrip.
-const NSInteger kFramedWindowButtonsWithTabStripOffsetFromTop = 10;
-const NSInteger kFramedWindowButtonsWithTabStripOffsetFromLeft = 10;
+const NSInteger kFramedWindowButtonsWithTabStripOffsetFromTop = 11;
+const NSInteger kFramedWindowButtonsWithTabStripOffsetFromLeft = 11;
// Offsets from the top/left of the window frame to the top of the window
// controls (zoom, close, miniaturize) for a window without a tabstrip.
« no previous file with comments | « chrome/app/nibs/BrowserWindow.xib ('k') | chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698