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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_VIEWS_LAYOUT_LAYOUT_CONSTANTS_H_ 5 #ifndef UI_VIEWS_LAYOUT_LAYOUT_CONSTANTS_H_
6 #define UI_VIEWS_LAYOUT_LAYOUT_CONSTANTS_H_ 6 #define UI_VIEWS_LAYOUT_LAYOUT_CONSTANTS_H_
7 7
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "ui/views/layout/grid_layout.h" 9 #include "ui/views/layout/grid_layout.h"
10 10
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 // Vertical spacing between controls that are logically unrelated. 51 // Vertical spacing between controls that are logically unrelated.
52 const int kUnrelatedControlVerticalSpacing = 20; 52 const int kUnrelatedControlVerticalSpacing = 20;
53 53
54 // Larger vertical spacing between unrelated controls. 54 // Larger vertical spacing between unrelated controls.
55 const int kUnrelatedControlLargeVerticalSpacing = 30; 55 const int kUnrelatedControlLargeVerticalSpacing = 30;
56 56
57 // Vertical spacing between the edge of the window and the 57 // Vertical spacing between the edge of the window and the
58 // top or bottom of a button. 58 // top or bottom of a button.
59 const int kButtonVEdgeMargin = 9; 59 const int kButtonVEdgeMargin = 9;
60 60
61 // Vertical spacing between the edge of the window and the 61 // Horizontal spacing between the edge of the window and the
62 // left or right of a button. 62 // left or right of a button.
63 const int kButtonHEdgeMargin = 13; 63 const int kButtonHEdgeMargin = 13;
64 64
65 // Vertical spacing between the edge of the window and the 65 // Vertical spacing between the edge of the window and the
66 // top or bottom of a button (when using new style dialogs). 66 // top or bottom of a button (when using new style dialogs).
67 const int kButtonVEdgeMarginNew = 20; 67 const int kButtonVEdgeMarginNew = 20;
68 68
69 // Vertical spacing between the edge of the window and the 69 // Horizontal spacing between the edge of the window and the
70 // left or right of a button (when using new style dialogs). 70 // left or right of a button (when using new style dialogs).
71 const int kButtonHEdgeMarginNew = 20; 71 const int kButtonHEdgeMarginNew = 20;
72 72
73 // Horizontal spacing between buttons that are logically related. 73 // Horizontal spacing between buttons that are logically related.
74 const int kRelatedButtonHSpacing = 6; 74 const int kRelatedButtonHSpacing = 6;
75 75
76 // Indent of checkboxes relative to related text. 76 // Indent of checkboxes relative to related text.
77 const int kCheckboxIndent = 10; 77 const int kCheckboxIndent = 10;
78 78
79 // Horizontal spacing between the end of an item (i.e. an icon or a checkbox) 79 // Horizontal spacing between the end of an item (i.e. an icon or a checkbox)
80 // and the start of its corresponding text. 80 // and the start of its corresponding text.
81 const int kItemLabelSpacing = 10; 81 const int kItemLabelSpacing = 10;
82 82
83 } // namespace views 83 } // namespace views
84 84
85 #endif // UI_VIEWS_LAYOUT_LAYOUT_CONSTANTS_H_ 85 #endif // UI_VIEWS_LAYOUT_LAYOUT_CONSTANTS_H_
OLDNEW
« 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