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

Unified Diff: ui/app_list/app_list_constants.cc

Issue 2225073002: [Chrome OS] Change layout of the launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address xiyuan@'s comments. Created 4 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
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 9471460b2a856b0f0fbdfc43459a543047773273..4b3096aeb5e3a7c88cd0ebcb6d42be0c0427e97d 100644
--- a/ui/app_list/app_list_constants.cc
+++ b/ui/app_list/app_list_constants.cc
@@ -107,6 +107,9 @@ const int kCenteredPreferredRows = 3;
const int kExperimentalPreferredCols = 6;
const int kExperimentalPreferredRows = 4;
+// The number of apps shown in the start page app grid.
+const size_t kNumStartPageTiles = 9;
+
// Radius of the circle, in which if entered, show re-order preview.
const int kReorderDroppingCircleRadius = 35;

Powered by Google App Engine
This is Rietveld 408576698