| 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..74a362dfebf6679e4681e39eb75486d7c773eb9d 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h
|
| @@ -22,12 +22,13 @@ const int kMaterialVisualHeightOffset = 2;
|
| // The amount of space between the inner bookmark bar and the outer toolbar on
|
| // new tab pages.
|
| const int kNTPBookmarkBarPadding =
|
| - (chrome::kNTPBookmarkBarHeight -
|
| - (chrome::kBookmarkBarHeight + kVisualHeightOffset)) / 2;
|
| + (chrome::kNTPMinimumBookmarkBarHeight -
|
| + (chrome::kMinimumBookmarkBarHeight + kVisualHeightOffset)) /
|
| + 2;
|
|
|
| // The height of buttons in the bookmark bar.
|
| const int kBookmarkButtonHeight =
|
| - chrome::kBookmarkBarHeight + kVisualHeightOffset;
|
| + chrome::kMinimumBookmarkBarHeight + kVisualHeightOffset;
|
|
|
| // The height of buttons in a bookmark bar folder menu.
|
| const CGFloat kBookmarkFolderButtonHeight = 24.0;
|
|
|