| Index: ui/app_list/views/contents_switcher_view.cc
|
| diff --git a/ui/app_list/views/contents_switcher_view.cc b/ui/app_list/views/contents_switcher_view.cc
|
| index 1f54ec93d202036c843af3196f09fe132c26c678..29d500834baa79d8eb0d49fbc66177ed3e377b63 100644
|
| --- a/ui/app_list/views/contents_switcher_view.cc
|
| +++ b/ui/app_list/views/contents_switcher_view.cc
|
| @@ -15,7 +15,7 @@ namespace app_list {
|
| namespace {
|
|
|
| const int kButtonSpacing = 4;
|
| -const int kMinimumHeight = 39;
|
| +const int kMinimumHeight = 40;
|
|
|
| } // namespace
|
|
|
|
|