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

Unified Diff: ui/app_list/views/search_result_page_view.cc

Issue 898253002: Update apps grid view layout to match latest mocks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@search_box_animate_shadow
Patch Set: rebase Created 5 years, 10 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 | « ui/app_list/views/page_switcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/search_result_page_view.cc
diff --git a/ui/app_list/views/search_result_page_view.cc b/ui/app_list/views/search_result_page_view.cc
index f77c722986856ba161bfe18d78b1e8dd27bf6476..c575635c9e00eae2632e58020355bddc2d9b8728 100644
--- a/ui/app_list/views/search_result_page_view.cc
+++ b/ui/app_list/views/search_result_page_view.cc
@@ -51,8 +51,8 @@ SearchResultPageView::SearchResultPageView() : selected_index_(0) {
gfx::ShadowValue shadow = GetShadowForZHeight(1);
scoped_ptr<views::Border> border(new views::ShadowBorder(shadow));
- gfx::Insets insets = gfx::Insets(kTopPadding, kExperimentalWindowPadding, 0,
- kExperimentalWindowPadding);
+ gfx::Insets insets = gfx::Insets(kTopPadding, kExperimentalSearchBoxPadding,
+ 0, kExperimentalSearchBoxPadding);
insets += -border->GetInsets();
views::BoxLayout* layout =
« no previous file with comments | « ui/app_list/views/page_switcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698