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

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

Issue 2654123004: harmony: partly harmonize permissions bubble (Closed)
Patch Set: 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..dbf2603bbb8d74af2ee1261c039cb1bd9bd3db43 100644
--- a/chrome/browser/ui/views/harmony/layout_delegate.h
+++ b/chrome/browser/ui/views/harmony/layout_delegate.h
@@ -32,6 +32,8 @@ class LayoutDelegate {
BUTTON_VEDGE_MARGIN_NEW,
// Indent of checkboxes relative to related text.
CHECKBOX_INDENT,
+ // Horizontal spacing between a control and its label.
+ ITEM_LABEL_SPACING,
};
enum class DialogWidthType {

Powered by Google App Engine
This is Rietveld 408576698