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

Unified Diff: chrome/views/menu_button.cc

Issue 10262: Minor layout changes that make the bookmark manager and popup blocker look be... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 1 month 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/bookmark_manager_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/menu_button.cc
===================================================================
--- chrome/views/menu_button.cc (revision 5108)
+++ chrome/views/menu_button.cc (working copy)
@@ -90,7 +90,7 @@
// manually mirror the position of the down arrow.
gfx::Rect arrow_bounds(width() - insets.right() -
kMenuMarker->width() - kMenuMarkerPaddingRight,
- height() / 2,
+ height() / 2 - kMenuMarker->height() / 2,
kMenuMarker->width(),
kMenuMarker->height());
arrow_bounds.set_x(MirroredLeftPointForRect(arrow_bounds));
« no previous file with comments | « chrome/browser/views/bookmark_manager_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698