NSSegmentedControl image default size?

745 Views Asked by At

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.

My app

What I want is :

What I want

1

There are 1 best solutions below

1
On BEST ANSWER