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

Unified Diff: chrome/browser/ui/views/layout_constants.h

Issue 1419673017: [MD] Twiddle padding of omnibox chips (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/views/layout_constants.h
diff --git a/chrome/browser/ui/views/layout_constants.h b/chrome/browser/ui/views/layout_constants.h
index 352a1e0d2e0a4435a1ec3bc98f0fc8239c366c7c..1ec3c8d491787524e525234376a5d4615a6897c1 100644
--- a/chrome/browser/ui/views/layout_constants.h
+++ b/chrome/browser/ui/views/layout_constants.h
@@ -14,6 +14,10 @@ enum LayoutConstant {
// Horizontal padding applied between items of icon-label views.
ICON_LABEL_VIEW_INTERNAL_PADDING,
+ // Additional horizontal padding applied on the leading edge of icon-label
+ // views (before the icon).
+ ICON_LABEL_VIEW_LEADING_PADDING,
+
// Additional horizontal padding applied on the trailing edge of icon-label
// views.
ICON_LABEL_VIEW_TRAILING_PADDING,
« no previous file with comments | « no previous file | chrome/browser/ui/views/layout_constants.cc » ('j') | chrome/browser/ui/views/layout_constants.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698