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

Unified Diff: chrome/browser/ui/views/harmony/layout_delegate.h

Issue 2753243002: Views/Harmony: Replace layout constants in chrome/browser/ui/views/extensions. (Closed)
Patch Set: Review comments. Created 3 years, 9 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/views/harmony/layout_delegate.h
diff --git a/chrome/browser/ui/views/harmony/layout_delegate.h b/chrome/browser/ui/views/harmony/layout_delegate.h
index d7d62520ead44d82bcd555f095d88ce40bf7b740..9cfbd5659a2798a016e726b401fa9957e3fece30 100644
--- a/chrome/browser/ui/views/harmony/layout_delegate.h
+++ b/chrome/browser/ui/views/harmony/layout_delegate.h
@@ -40,8 +40,13 @@ class LayoutDelegate {
RELATED_BUTTON_HORIZONTAL_SPACING,
// Horizontal spacing between other controls that are logically related.
RELATED_CONTROL_HORIZONTAL_SPACING,
+ // Smaller horizontal spacing between other controls that are logically
+ // related.
+ RELATED_CONTROL_HORIZONTAL_SPACING_SMALL,
// Vertical spacing between controls that are logically related.
RELATED_CONTROL_VERTICAL_SPACING,
+ // Smaller vertical spacing between controls that are logically related.
+ RELATED_CONTROL_VERTICAL_SPACING_SMALL,
// Horizontal spacing between an item such as an icon or checkbox and a
// label related to it.
RELATED_LABEL_HORIZONTAL_SPACING,
« no previous file with comments | « chrome/browser/ui/views/harmony/harmony_layout_delegate.cc ('k') | chrome/browser/ui/views/harmony/layout_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698