| Index: ui/views/layout/layout_constants.h
|
| diff --git a/ui/views/layout/layout_constants.h b/ui/views/layout/layout_constants.h
|
| index 620a28de6c6df48df58cb81d4c5c538b53f10c37..0ae019c7cbaf123f58a82a9f5a8b826511909fdd 100644
|
| --- a/ui/views/layout/layout_constants.h
|
| +++ b/ui/views/layout/layout_constants.h
|
| @@ -76,6 +76,9 @@ const int kCloseButtonMargin = 7;
|
| // 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;
|
|
|
|
|