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

Unified Diff: chrome/browser/ui/views/profiles/new_avatar_button.cc

Issue 2237023002: [MD User Menu] Adjusted the size and position of avatar button icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/ui/cocoa/profiles/avatar_button_controller.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/profiles/new_avatar_button.cc
diff --git a/chrome/browser/ui/views/profiles/new_avatar_button.cc b/chrome/browser/ui/views/profiles/new_avatar_button.cc
index e4d4b8a84f01e3fe8d02a01a8fd433865eb7fc57..d57e3464887bb623c74a14f70e2ba9f2f98f2ee1 100644
--- a/chrome/browser/ui/views/profiles/new_avatar_button.cc
+++ b/chrome/browser/ui/views/profiles/new_avatar_button.cc
@@ -198,7 +198,7 @@ void NewAvatarButton::Update() {
} else if (error_controller_.HasAvatarError()) {
if (switches::IsMaterialDesignUserMenu()) {
SetImage(views::Button::STATE_NORMAL,
- gfx::CreateVectorIcon(gfx::VectorIconId::SYNC_PROBLEM, 13,
+ gfx::CreateVectorIcon(gfx::VectorIconId::SYNC_PROBLEM, 16,
gfx::kGoogleRed700));
} else {
SetImage(views::Button::STATE_NORMAL,
« no previous file with comments | « chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698