| Index: ui/views/layout/layout_constants.h
|
| diff --git a/ui/views/layout/layout_constants.h b/ui/views/layout/layout_constants.h
|
| index a0ab3f1abe59ded939903d8ddc6d98cc744a28fb..e375ad7f08be10ed9f54751cd8e9899d034221da 100644
|
| --- a/ui/views/layout/layout_constants.h
|
| +++ b/ui/views/layout/layout_constants.h
|
| @@ -83,6 +83,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_
|
|
|