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

Unified Diff: chrome/browser/ui/views/profile_chooser_view.cc

Issue 60843002: Minor UI fixes to the new avatar bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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/app/generated_resources.grd ('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/profile_chooser_view.cc
diff --git a/chrome/browser/ui/views/profile_chooser_view.cc b/chrome/browser/ui/views/profile_chooser_view.cc
index b7c827d756936e1163c8fe20f62339fe0b5279e2..e1afcd54a9efb205ea0339135d12b2439bf12e41 100644
--- a/chrome/browser/ui/views/profile_chooser_view.cc
+++ b/chrome/browser/ui/views/profile_chooser_view.cc
@@ -624,7 +624,7 @@ views::View* ProfileChooserView::CreateCurrentProfileAccountsView(
views::Label* email_label = new views::Label(UTF8ToUTF16(accounts[i]));
email_label->SetElideBehavior(views::Label::ELIDE_AS_EMAIL);
email_label->SetFont(ui::ResourceBundle::GetSharedInstance().GetFont(
- ui::ResourceBundle::SmallFont));
+ ui::ResourceBundle::BaseFont));
email_label->SetHorizontalAlignment(gfx::ALIGN_LEFT);
layout->StartRow(1, 0);
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698