mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-24 12:19:52 +00:00
Updates to the Toolbar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user