| Index: ui/views/bubble/bubble_frame_view.cc
|
| diff --git a/ui/views/bubble/bubble_frame_view.cc b/ui/views/bubble/bubble_frame_view.cc
|
| index 80c41c009a41674fc530330fbfb288fddc608b04..ca43c2515b6351b78bbe829bd973f59f8e88e8b4 100644
|
| --- a/ui/views/bubble/bubble_frame_view.cc
|
| +++ b/ui/views/bubble/bubble_frame_view.cc
|
| @@ -50,8 +50,8 @@ constexpr int kClosePaddingTop = 7;
|
|
|
| // The MD spec states that the center of the "x" should be 16x16 from the top
|
| // right of the dialog.
|
| -constexpr int kClosePaddingRightMd = 4;
|
| -constexpr int kClosePaddingTopMd = 4;
|
| +constexpr int kClosePaddingRightMd = 8;
|
| +constexpr int kClosePaddingTopMd = 8;
|
|
|
| // Get the |vertical| or horizontal amount that |available_bounds| overflows
|
| // |window_bounds|.
|
|
|