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

Unified Diff: ash/common/shelf/shelf_constants.cc

Issue 2326703002: Do not show shelf or top chrome hints while in Ash immersive mode (Closed)
Patch Set: address comments Created 4 years, 3 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 | « ash/common/material_design/material_design_controller.cc ('k') | ash/common/shelf/shelf_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/shelf_constants.cc
diff --git a/ash/common/shelf/shelf_constants.cc b/ash/common/shelf/shelf_constants.cc
index bf7c0361fa5ed836c2406bdc490706a507ff9ece..26c1ac2ca23f723c80565e2c19099adc8993b012 100644
--- a/ash/common/shelf/shelf_constants.cc
+++ b/ash/common/shelf/shelf_constants.cc
@@ -31,7 +31,7 @@ int GetShelfConstant(ShelfConstant shelf_constant) {
const int kShelfSize[] = {47, 47, 48};
const int kShelfButtonSpacing[] = {10, 10, 16};
const int kShelfButtonSize[] = {44, 44, 48};
- const int kShelfInsetsForAutoHide[] = {3, 3, 0};
+ const int kShelfInsetsForAutoHide[] = {3, 0, 0};
const int mode = MaterialDesignController::GetMode();
DCHECK(mode >= MaterialDesignController::NON_MATERIAL &&
« no previous file with comments | « ash/common/material_design/material_design_controller.cc ('k') | ash/common/shelf/shelf_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698