| Index: ash/common/wm/overview/window_grid.cc
|
| diff --git a/ash/common/wm/overview/window_grid.cc b/ash/common/wm/overview/window_grid.cc
|
| index c7c803c9bbf39b2d0a0c52fa6df72451f42beec4..68f1014bc5ac29409b1971f67ccdbc50003cb593 100644
|
| --- a/ash/common/wm/overview/window_grid.cc
|
| +++ b/ash/common/wm/overview/window_grid.cc
|
| @@ -111,7 +111,7 @@ const int kWindowSelectionBorderThicknessMD = 1;
|
|
|
| // Corner radius of the overview selector border.
|
| const int kWindowSelectionRadius = 0;
|
| -const int kWindowSelectionRadiusMD = 3;
|
| +const int kWindowSelectionRadiusMD = 6;
|
|
|
| // The minimum amount of spacing between the bottom of the text filtering
|
| // text field and the top of the selection widget on the first row of items.
|
|
|