Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(808)

Unified Diff: athena/home/home_card_impl.cc

Issue 464213006: Redesign the minimized home to follow the latest mock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | athena/home/minimized_home.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/home/home_card_impl.cc
diff --git a/athena/home/home_card_impl.cc b/athena/home/home_card_impl.cc
index 9c993f2c413a80fe3a3dc3d3450a5ce932381b02..35936626852f512f6a48ec39d3adf37786c00958 100644
--- a/athena/home/home_card_impl.cc
+++ b/athena/home/home_card_impl.cc
@@ -336,6 +336,7 @@ class HomeCardView : public views::WidgetDelegateView {
gfx::Rect minimized_bounds = bounds();
minimized_bounds.set_y(
minimized_bounds.bottom() - kHomeCardMinimizedHeight);
+ minimized_bounds.set_height(kHomeCardMinimizedHeight);
child->SetBoundsRect(minimized_bounds);
} else {
child->SetBoundsRect(bounds());
« no previous file with comments | « no previous file | athena/home/minimized_home.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698