Chromium Code Reviews| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h |
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h |
| index 97a7518e865bb48948aa0f18e7c6b140b5f1963f..cdae99d99ca367e91112b8064054d6c582846603 100644 |
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h |
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h |
| @@ -23,11 +23,12 @@ const int kMaterialVisualHeightOffset = 2; |
| // new tab pages. |
| const int kNTPBookmarkBarPadding = |
| (chrome::kNTPBookmarkBarHeight - |
| - (chrome::kBookmarkBarHeight + kVisualHeightOffset)) / 2; |
| + (chrome::kMinimumBookmarkBarHeight + kVisualHeightOffset)) / |
| + 2; |
| // The height of buttons in the bookmark bar. |
| const int kBookmarkButtonHeight = |
| - chrome::kBookmarkBarHeight + kVisualHeightOffset; |
| + chrome::kMinimumBookmarkBarHeight + kVisualHeightOffset; |
|
Evan Stade
2016/08/31 21:27:18
I've no idea how this makes sense. The buttons are
|
| // The height of buttons in a bookmark bar folder menu. |
| const CGFloat kBookmarkFolderButtonHeight = 24.0; |