Small fixes to context toolbar button

Added more database icons
This commit is contained in:
michael starke
2013-08-14 01:15:10 +02:00
parent e0f2351c80
commit 3a4d72767b
15 changed files with 885 additions and 418 deletions

View File

@@ -97,7 +97,7 @@ NSString *const MPToolbarItemInspector = @"TOOLBAR_INSPECTOR";
NSMenu *menu = [NSMenu allocWithZone:[NSMenu menuZone]];
[menu addItemWithTitle:@"Dummy" action:NULL keyEquivalent:@""];
[menu setDelegate:_entryMenuDelegate];
[[button cell] setMenu:menu forSegment:0];
[button setContextMenu:menu];
NSRect fittingRect = [button frame];