Updates to the Toolbar

This commit is contained in:
michael starke
2013-07-27 00:19:16 +02:00
parent 5920697811
commit 3dfadd7af1
7 changed files with 451 additions and 70 deletions

View File

@@ -14,6 +14,10 @@
self = [super initWithFrame:frameRect];
if(self) {
[self setFocusRingType:NSFocusRingTypeNone];
[[self cell] setBezelStyle:NSTexturedRoundedBezelStyle];
[[self cell] setImageScaling:NSImageScaleProportionallyDown];
[self setButtonType:NSMomentaryPushInButton];
[self setImagePosition:NSImageOnly];
}
return self;
}