| Index: ui/views/layout/layout_constants.h
|
| diff --git a/ui/views/layout/layout_constants.h b/ui/views/layout/layout_constants.h
|
| index 798a4401cbcb8cb825a5253737c29acfab57693a..a0ab3f1abe59ded939903d8ddc6d98cc744a28fb 100644
|
| --- a/ui/views/layout/layout_constants.h
|
| +++ b/ui/views/layout/layout_constants.h
|
| @@ -70,6 +70,9 @@ constexpr int kButtonVEdgeMarginNew = 20;
|
| // left or right of a button (when using new style dialogs).
|
| constexpr int kButtonHEdgeMarginNew = 20;
|
|
|
| +// Spacing between the edge of the window and the edge of the close button.
|
| +const int kCloseButtonMargin = 7;
|
| +
|
| // Horizontal spacing between buttons that are logically related.
|
| constexpr int kRelatedButtonHSpacing = 6;
|
|
|
|
|