Index: ui/app_list/views/app_list_background.cc |
diff --git a/ui/app_list/views/app_list_background.cc b/ui/app_list/views/app_list_background.cc |
index 0857d5b9a2de7fb8542436de1f8ca765ea5e569e..011fafe5563c3a2633181d641da4b9e6780720c7 100644 |
--- a/ui/app_list/views/app_list_background.cc |
+++ b/ui/app_list/views/app_list_background.cc |
@@ -87,7 +87,7 @@ void AppListBackground::Paint(gfx::Canvas* canvas, |
const gfx::Rect contents_view_view_bounds = |
contents_view->ConvertRectToWidget(contents_view->GetLocalBounds()); |
gfx::Rect separator_rect(contents_rect); |
- separator_rect.set_y(contents_view_view_bounds.bottom()); |
+ separator_rect.set_y(contents_view_view_bounds.bottom() - 1); |
separator_rect.set_height(kBottomSeparatorSize); |
canvas->FillRect(separator_rect, kBottomSeparatorColor); |
int contents_switcher_top = separator_rect.bottom(); |