| 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 &&
|
|
|