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

Unified Diff: ui/views/layout/layout_constants.h

Issue 2571613002: Convert Register Protocol Handler dialog for Harmony/Material Design (Closed)
Patch Set: More fixed nits 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
« no previous file with comments | « ui/views/bubble/bubble_dialog_delegate.cc ('k') | ui/views/views_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/layout/layout_constants.h
diff --git a/ui/views/layout/layout_constants.h b/ui/views/layout/layout_constants.h
index 84cef5179f66376ab91c11c2d28dae879e128213..41060ef721ad8880f0405490a5f87b5f493e8421 100644
--- a/ui/views/layout/layout_constants.h
+++ b/ui/views/layout/layout_constants.h
@@ -58,7 +58,7 @@ const int kUnrelatedControlLargeVerticalSpacing = 30;
// top or bottom of a button.
const int kButtonVEdgeMargin = 9;
-// Vertical spacing between the edge of the window and the
+// Horizontal spacing between the edge of the window and the
// left or right of a button.
const int kButtonHEdgeMargin = 13;
@@ -66,7 +66,7 @@ const int kButtonHEdgeMargin = 13;
// top or bottom of a button (when using new style dialogs).
const int kButtonVEdgeMarginNew = 20;
-// Vertical spacing between the edge of the window and the
+// Horizontal spacing between the edge of the window and the
// left or right of a button (when using new style dialogs).
const int kButtonHEdgeMarginNew = 20;
« no previous file with comments | « ui/views/bubble/bubble_dialog_delegate.cc ('k') | ui/views/views_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698