| 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..5a240a25f35f9daefab250a3ae37c93f8ea9b52a 100644
|
| --- a/ui/views/layout/layout_constants.h
|
| +++ b/ui/views/layout/layout_constants.h
|
| @@ -73,6 +73,9 @@ constexpr int kButtonHEdgeMarginNew = 20;
|
| // Horizontal spacing between buttons that are logically related.
|
| constexpr int kRelatedButtonHSpacing = 6;
|
|
|
| +// Extra space around the buttons to increase their event target size.
|
| +const int kButtonExtraTouchSize = 4;
|
| +
|
| // Indent of checkboxes relative to related text.
|
| constexpr int kCheckboxIndent = 10;
|
|
|
|
|