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

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

Issue 2654123004: harmony: partly harmonize permissions bubble (Closed)
Patch Set: CHECKBOX_INDENT -> SUBSECTION_INDENT 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 c20092fd3dded96ce7fe4d6273138d7409aaac23..8e6938c4b7ce29d3f186ee11ca0e089e897794b4 100644
--- a/chrome/browser/ui/views/harmony/layout_delegate.h
+++ b/chrome/browser/ui/views/harmony/layout_delegate.h
@@ -30,8 +30,11 @@ class LayoutDelegate {
// Horizontal spacing between the edge of the window and the
// left or right of a button.
BUTTON_VEDGE_MARGIN_NEW,
- // Indent of checkboxes relative to related text.
- CHECKBOX_INDENT,
+ // Indent of subsections (related checkboxes or similar) relative to
+ // related text.
+ SUBSECTION_INDENT,
Peter Kasting 2017/02/01 02:20:20 I liked your use of SUBSECTION here, so I adopted
+ // Horizontal spacing between a control and its label.
+ ITEM_LABEL_SPACING,
Peter Kasting 2017/02/01 02:20:20 I also found a need for this constant locally, so
};
enum class DialogWidthType {
« 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