The NSStepper
double arrow control is such a tiny little thing. Is there any way I can make it bigger? I haven't been able to find anything about this online.
Asked
Active
Viewed 78 times
0
-
It's a built-in interface view, so the size they give you is the size you get. My guess is that either you'll have to try layer-backing the stepper and scale-transforming the layer or else you'll have to roll your own interface view. – matt Mar 01 '19 at 17:23
-
Thx Matt, I was afraid of that – Terence K Mar 02 '19 at 13:57