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

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

Issue 2654123004: harmony: partly harmonize permissions bubble (Closed)
Patch Set: fix constant names Created 3 years, 11 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 737d56e896a0c01a445c86ff1814472679d7db83..cd3c11e603b81808e155ded96d900bc06fbb5568 100644
--- a/chrome/browser/ui/views/harmony/layout_delegate.h
+++ b/chrome/browser/ui/views/harmony/layout_delegate.h
@@ -23,6 +23,9 @@ class LayoutDelegate {
RELATED_CONTROL_HORIZONTAL_SPACING,
// Vertical spacing between controls that are logically related.
RELATED_CONTROL_VERTICAL_SPACING,
+ // Horizontal spacing between an item such as an icon or checkbox and a
+ // label related to it.
+ RELATED_LABEL_HORIZONTAL_SPACING,
// Horizontal indent of a subsection relative to related items above, e.g.
// checkboxes below explanatory text/headings.
SUBSECTION_HORIZONTAL_INDENT,
« 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