| Index: ui/views/layout/layout_constants.h
|
| diff --git a/ui/views/layout/layout_constants.h b/ui/views/layout/layout_constants.h
|
| index 98133510d1cb57289ddff493be26d8623a8c349f..2cc7aaf33dde53b56bef24f65f6528601c47832e 100644
|
| --- a/ui/views/layout/layout_constants.h
|
| +++ b/ui/views/layout/layout_constants.h
|
| @@ -92,6 +92,9 @@ const int kMinimumButtonWidth = 48;
|
| // Minimum width of dialog buttons.
|
| constexpr int kDialogMinimumButtonWidth = 75;
|
|
|
| +// Extra space around vector buttons to increase their event target size.
|
| +constexpr int kVectorButtonExtraTouchSize = 4;
|
| +
|
| } // namespace views
|
|
|
| #endif // UI_VIEWS_LAYOUT_LAYOUT_CONSTANTS_H_
|
|
|