Re: Changing NSSliderCell's knob thickness [SOLVED]

2009-08-17 Thread Brandon Walkin
Returning the smaller knob rect in -knobRectFlipped: seems to do the trick. Brandon ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admin

Changing NSSliderCell's knob thickness

2009-08-16 Thread Brandon Walkin
I'm trying to make a vertical slider with a knob that's 1 pt tall. I can't quite figure out how to do this without rewriting NSSliderCell. Overriding -knobThickness and returning a particular thickness doesn't seem to have any effect on the thickness of the knob. The - setKnobThickness: meth