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

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

Issue 1399253005: Fix layout of omnibox rows for material design (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 5 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/layout_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1f662738f861b629097ec9b49ff576a0962ba2d6..73799a7710da50524087564aa43806e5410ac145 100644
--- a/chrome/browser/ui/views/layout_constants.h
+++ b/chrome/browser/ui/views/layout_constants.h
@@ -90,6 +90,10 @@ enum LayoutInset {
// tabstrip on the right, and the toolbar on the bottom.
AVATAR_ICON,
+ // The padding above the top row and below the bottom row in the omnibox
+ // dropdown.
+ OMNIBOX_DROPDOWN,
+
// In an omnibox dropdown row, the minimum distance between the icon and the
// row edge.
OMNIBOX_DROPDOWN_ICON,
« no previous file with comments | « no previous file | chrome/browser/ui/views/layout_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698