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

Unified Diff: chrome/browser/chromeos/login/existing_user_view.cc

Issue 4179001: [cros] Fix UI issues on SignIn pod. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 10 years, 2 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/app/generated_resources.grd ('k') | chrome/browser/chromeos/login/guest_user_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/existing_user_view.cc
diff --git a/chrome/browser/chromeos/login/existing_user_view.cc b/chrome/browser/chromeos/login/existing_user_view.cc
index 919f5300541f63d0120525657d91a189558b6f26..f24809aba7193593678127df8aa30d386907a34b 100644
--- a/chrome/browser/chromeos/login/existing_user_view.cc
+++ b/chrome/browser/chromeos/login/existing_user_view.cc
@@ -5,6 +5,7 @@
#include "chrome/browser/chromeos/login/existing_user_view.h"
#include "app/l10n_util.h"
+#include "chrome/browser/chromeos/login/helper.h"
#include "chrome/browser/chromeos/login/user_controller.h"
#include "chrome/browser/chromeos/login/wizard_accessibility_helper.h"
#include "grit/generated_resources.h"
@@ -62,6 +63,7 @@ void ExistingUserView::RecreateFields() {
SetLayoutManager(new views::FillLayout);
password_field_ = new UserEntryTextfield(user_controller_,
views::Textfield::STYLE_PASSWORD);
+ login::CorrectTextfieldFontSize(password_field_);
password_field_->SetFocusable(true);
password_field_->SetController(user_controller_);
AddChildView(password_field_);
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/login/guest_user_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698