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

Unified Diff: chrome/browser/ui/autofill/autofill_popup_layout_model.h

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_layout_model.h
diff --git a/chrome/browser/ui/autofill/autofill_popup_layout_model.h b/chrome/browser/ui/autofill/autofill_popup_layout_model.h
index d43443e6e8520b7fde097014a1f9237f267bfb84..5d2cc1ae1f2447254aa2fd24b948fa72eeba17a0 100644
--- a/chrome/browser/ui/autofill/autofill_popup_layout_model.h
+++ b/chrome/browser/ui/autofill/autofill_popup_layout_model.h
@@ -38,7 +38,7 @@ class AutofillPopupLayoutModel {
static const int kIconPadding = 5;
// The amount of padding at the end of the popup in pixels.
- static const int kEndPadding = 3;
+ static const int kEndPadding = 18;
#if !defined(OS_ANDROID)
// Calculates the desired height of the popup based on its contents.

Powered by Google App Engine
This is Rietveld 408576698