| 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..efc0781ed6d5cca2e5e8a2e7a034229ee5490b2d 100644
|
| --- a/ui/views/layout/layout_constants.h
|
| +++ b/ui/views/layout/layout_constants.h
|
| @@ -80,6 +80,9 @@ constexpr int kCheckboxIndent = 10;
|
| // and the start of its corresponding text.
|
| constexpr int kItemLabelSpacing = 10;
|
|
|
| +// Minimum width of dialog buttons.
|
| +const int kDialogMinimumButtonWidth = 75;
|
| +
|
| } // namespace views
|
|
|
| #endif // UI_VIEWS_LAYOUT_LAYOUT_CONSTANTS_H_
|
|
|