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

Unified Diff: chrome/browser/ui/autofill/autofill_popup_layout_model.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_layout_model.cc
diff --git a/chrome/browser/ui/autofill/autofill_popup_layout_model.cc b/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
index 986a5169ea89a2869a78e0554e525db228285e5c..fba38af30fa07fcf28d95eb07cb69403c4fb0584 100644
--- a/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
+++ b/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
@@ -22,7 +22,7 @@ namespace autofill {
namespace {
// The vertical height of each row in pixels.
-const size_t kRowHeight = 24;
+const size_t kRowHeight = 44;
Evan Stade 2016/01/25 23:19:38 I would recommend reusing MenuConfig layout consta
// The vertical height of a separator in pixels.
const size_t kSeparatorHeight = 1;

Powered by Google App Engine
This is Rietveld 408576698