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

Unified Diff: chrome/browser/ui/autofill/autofill_popup_controller_impl.cc

Issue 1522563002: Modernize autofill popup design (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
Index: chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
index 9d421f4f64746eaa56b4984a6e9de3e4ecfee969..7b94559c8412d7502045d0b08a4035b470d992c6 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
@@ -32,7 +32,7 @@ const int kNoSelection = -1;
#if !defined(OS_ANDROID)
// Size difference between name and label in pixels.
-const int kLabelFontSizeDelta = -2;
+const int kLabelFontSizeDelta = -3;
#endif
} // namespace

Powered by Google App Engine
This is Rietveld 408576698