Re: newbie view sizing question
Re: newbie view sizing question
- Subject: Re: newbie view sizing question
- From: Ryan Stevens <email@hidden>
- Date: Sun, 28 Sep 2003 18:57:49 -0700
On Sunday, September 28, 2003, at 01:33 PM, Sailor Quasar wrote:
I'm sure this is a long-rehashed question, but I haven't found an
answer yet.
I'm using a circular button (as defined by the "Round Button" style in
IB's NSButton attributes), and I want it to be smaller than IB's
immutable 25x25. I figured the easiest way to do that was to modify
the view size progmatically, but I can't seem to catch on to the
algorithim. I've tried modifying frame and bounds, but neither is
doing anything near what I want. Can someone help me on this?
The smallest you can make it is 20x20*...
4 easy steps:
Select the button
cmd+shift+i
cmd+1
In the "Options" settings click "Small".
* Technically you can go smaller but you'd have to use a custom image
or draw it "by hand".
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.