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

Unified Diff: ui/app_list/app_list_constants.cc

Issue 2898743002: Draggable peeking/fullscreen launcher with transparent background. (Closed)
Patch Set: Removed header include in shell.h that was causing gn check failure. Created 3 years, 6 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/app_list_constants.h ('k') | ui/app_list/presenter/app_list_presenter_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_constants.cc
diff --git a/ui/app_list/app_list_constants.cc b/ui/app_list/app_list_constants.cc
index 9633deea6f1ffe33e8760fc43e53962ad4fd218c..4241f46a79e7ae16893cde89430bc46eb3784e60 100644
--- a/ui/app_list/app_list_constants.cc
+++ b/ui/app_list/app_list_constants.cc
@@ -91,6 +91,7 @@ const SkColor kIconColor = gfx::kChromeIconGrey;
// The number of apps shown in the start page app grid.
const size_t kNumStartPageTiles = 9;
+const size_t kNumStartPageTilesFullscreen = 5;
// Maximum number of results to show in the launcher Search UI.
const size_t kMaxSearchResults = 6;
« no previous file with comments | « ui/app_list/app_list_constants.h ('k') | ui/app_list/presenter/app_list_presenter_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698