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 39ec4b059d1bc48c311aba0eac1df9c5086e11c1..509d01a5accaf132d140a7c23b3445a3e1f73359 100644 |
--- a/ui/app_list/views/app_list_background.cc |
+++ b/ui/app_list/views/app_list_background.cc |
@@ -89,7 +89,7 @@ void AppListBackground::Paint(gfx::Canvas* canvas, |
gfx::Rect separator_rect(contents_rect); |
separator_rect.Inset( |
kExperimentalWindowPadding + main_view_->GetInsets().left(), 0); |
- 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); |
} |