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

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: Rebase. 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..5ab92aeac79ea1c6049b9ac2108468292dab0fa1 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,
+ // Small horizontal spacing between other controls that are logically
+ // related.
Peter Kasting 2017/03/24 07:00:51 Nit: "Smaller horizontal spacing between related c
Patti Lor 2017/03/24 07:34:03 Done.
+ RELATED_CONTROL_HORIZONTAL_SPACING_SMALL,
// Vertical spacing between controls that are logically related.
RELATED_CONTROL_VERTICAL_SPACING,
+ // Small 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,

Powered by Google App Engine
This is Rietveld 408576698