What is the recommended size for NSSegmentedControl segment image?
- (void)setImage:(NSImage *)image
forSegment:(NSInteger)segment
I'm currently using 26x26 PNG image and it looks blurry.
What I want is :
Got answer on Apple's HIG
I used 19x19 template image and worked fine.