Skip to content

Commit

Permalink
Fix the "additional items" button in the toolbar to not be bordered.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Boucher committed Sep 17, 2008
1 parent 9305b93 commit 6a6348e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AppKit/CPToolbar.j
Expand Up @@ -373,6 +373,7 @@ var _CPToolbarItemInfoMake = function(anIndex, aView, aLabel, aMinWidth)
[self setBackgroundColor:_CPToolbarViewBackgroundColor];

_additionalItemsButton = [[CPPopUpButton alloc] initWithFrame:CGRectMake(0.0, 0.0, 10.0, 15.0) pullsDown:YES];
[_additionalItemsButton setBordered:NO];

[_additionalItemsButton setImagePosition:CPImageOnly];
[[_additionalItemsButton menu] setShowsStateColumn:NO];
Expand Down

0 comments on commit 6a6348e

Please sign in to comment.