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

Unified Diff: ui/views/controls/menu/menu_config_views.cc

Issue 12079033: mac: Move bookmark hierarchy arrow from a pdf to a png. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rsesek Created 7 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 | « ui/resources/ui_resources.grd ('k') | ui/views/controls/menu/menu_image_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/menu/menu_config_views.cc
diff --git a/ui/views/controls/menu/menu_config_views.cc b/ui/views/controls/menu/menu_config_views.cc
index edb1ecae94654420e438d902ad46b1d9e50541ea..ecfe2278f465af52ddb9c2193c38f02b76117ccd 100644
--- a/ui/views/controls/menu/menu_config_views.cc
+++ b/ui/views/controls/menu/menu_config_views.cc
@@ -30,7 +30,8 @@ void MenuConfig::InitAura() {
ui::ResourceBundle& rb = ui::ResourceBundle::GetSharedInstance();
arrow_to_edge_padding = 20;
icon_to_label_padding = 4;
- arrow_width = rb.GetImageNamed(IDR_MENU_ARROW).ToImageSkia()->width();
+ arrow_width =
+ rb.GetImageNamed(IDR_MENU_HIERARCHY_ARROW).ToImageSkia()->width();
const gfx::ImageSkia* check = GetMenuCheckImage();
// Add 4 to force some padding between check and label.
check_width = check->width() + 4;
« no previous file with comments | « ui/resources/ui_resources.grd ('k') | ui/views/controls/menu/menu_image_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698