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

Unified Diff: chrome/browser/views/frame/opaque_non_client_view.cc

Issue 27115: Fix system menu positioning a bit. In Aero glass, the maximized mode menu wa... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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/browser/views/frame/aero_glass_non_client_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/frame/opaque_non_client_view.cc
===================================================================
--- chrome/browser/views/frame/opaque_non_client_view.cc (revision 10276)
+++ chrome/browser/views/frame/opaque_non_client_view.cc (working copy)
@@ -481,8 +481,7 @@
int tabstrip_height = browser_view_->IsTabStripVisible() ?
browser_view_->GetTabStripHeight() : 0;
gfx::Point system_menu_point(FrameBorderThickness(),
- NonClientTopBorderHeight() + tabstrip_height -
- BottomEdgeThicknessWithinNonClientHeight());
+ NonClientTopBorderHeight() + tabstrip_height - kClientEdgeThickness);
ConvertPointToScreen(this, &system_menu_point);
return system_menu_point;
}
« no previous file with comments | « chrome/browser/views/frame/aero_glass_non_client_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698