Index: ui/views/layout/layout_constants.h |
diff --git a/ui/views/layout/layout_constants.h b/ui/views/layout/layout_constants.h |
index de062dd8aad96e324f166e90eff92aea55e41c2e..fe4bd20dcc1f4a3eac03753eb26e7e1e75c0cbd2 100644 |
--- a/ui/views/layout/layout_constants.h |
+++ b/ui/views/layout/layout_constants.h |
@@ -27,6 +27,14 @@ const int kPanelVerticalSpacing = 32; |
// Vertical spacing between sub UI. |
const int kPanelSubVerticalSpacing = 24; |
+// Vertical spacing between the edge of the material design user menu and the |
+// top or bottom of the menu items. |
+const int kMaterialMenuVerticalEdgeMargin = 16; |
Evan Stade
2016/06/10 19:53:34
I'm still confused about where this would be used
Jane
2016/06/10 21:09:42
Sorry, let me be more clear: I don't know exactly
|
+ |
+// Horizontal spacing between the edge of the material design user menu and the |
+// left or right of the menu items. |
+const int kMaterialMenuHorizontalEdgeMargin = 16; |
+ |
// Vertical spacing between a label and some control. |
const int kLabelToControlVerticalSpacing = 8; |