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

Unified Diff: chrome/browser/about_flags.cc

Issue 2649623002: [Autofill] Uses uniform margin for icon, label and sublabel in popup (Closed)
Patch Set: Moves label margin calculation to constructor. Created 3 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/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index e25e527c3a648eedcfade52f88c01db17918c4f3..4005b91dd7da0e17668621a3091c0f85c56d1844 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -676,7 +676,8 @@ kAutofillCreditCardPopupLayoutFeatureVariationDropdownItemHeight[] = {
const FeatureEntry::FeatureParam
kAutofillCreditCardPopupLayoutFeatureVariationExpanded[] = {
{"is_credit_card_icon_at_start", "true"},
- {"dropdown_item_height", "56"}};
+ {"dropdown_item_height", "56"},
+ {"margin", "18"}};
const FeatureEntry::FeatureVariation
kAutofillCreditCardPopupLayoutFeatureVariations[] = {

Powered by Google App Engine
This is Rietveld 408576698