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

Unified Diff: chrome/browser/ui/layout_constants.cc

Issue 1870333002: [Mac][Material Design] Change toolbar buttons to 24x24 from 28x28. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix conditional. Created 4 years, 8 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: chrome/browser/ui/layout_constants.cc
diff --git a/chrome/browser/ui/layout_constants.cc b/chrome/browser/ui/layout_constants.cc
index 229a1eb91dfed6f1fa96699f74853b7cd512f936..4ebbf6c82d78835beed46546996b435f081b1367 100644
--- a/chrome/browser/ui/layout_constants.cc
+++ b/chrome/browser/ui/layout_constants.cc
@@ -29,13 +29,12 @@ int GetLayoutConstant(LayoutConstant constant) {
const int kTabTopExclusionHeight[] = {0, 0, 0};
const int kTabstripNewTabButtonOverlap[] = {8, 5, 6};
const int kTabstripTabOverlap[] = {19, 16, 16};
- const int kToolbarStandardSpacing[] = {3, 0, 8};
#else
const int kTabTopExclusionHeight[] = {2, 0, 0};
const int kTabstripNewTabButtonOverlap[] = {11, 5, 6};
const int kTabstripTabOverlap[] = {26, 16, 16};
- const int kToolbarStandardSpacing[] = {3, 4, 8};
#endif
+ const int kToolbarStandardSpacing[] = {3, 4, 8};
const int kTabstripToolbarOverlap[] = {3, 0, 0};
const int kToolbarContentShadowHeight[] = {0, 0, 0};
const int kToolbarContentShadowHeightAsh[] = {2, 0, 0};
« no previous file with comments | « chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm ('k') | chrome/browser/ui/toolbar/toolbar_actions_bar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698