| Index: chrome/browser/cocoa/bookmark_bar_controller.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/bookmark_bar_controller.h (revision 41359)
|
| +++ chrome/browser/cocoa/bookmark_bar_controller.h (working copy)
|
| @@ -39,7 +39,14 @@
|
| // Magic numbers from Cole
|
| // TODO(jrg): create an objc-friendly version of bookmark_bar_constants.h?
|
|
|
| +// Used as a maximum width for buttons on the bar.
|
| const CGFloat kDefaultBookmarkWidth = 150.0;
|
| +
|
| +// TODO(jrg): http://crbug.com/36276 to get final sizes.
|
| +// Used as a min/max width for buttons on menus (not on the bar).
|
| +const CGFloat kBookmarkMenuButtonMinimumWidth = kDefaultBookmarkWidth;
|
| +const CGFloat kBookmarkMenuButtonMaximumWidth = 1000.0;
|
| +
|
| const CGFloat kBookmarkVerticalPadding = 2.0;
|
| const CGFloat kBookmarkHorizontalPadding = 1.0;
|
|
|
|
|