Re: Thin Windows
Re: Thin Windows
- Subject: Re: Thin Windows
- From: Uli Kusterer <email@hidden>
- Date: Tue, 23 Oct 2007 16:22:35 +0200
On 23.10.2007, at 09:58, Jason Barker wrote:
I would like to create a tall, thin toolbar for my application but I
can't seem to create a panel thin enough. I'm thinking about 30 pixels
wide. It seems as though I cannot go thinner than 59 pixels for a
panel, if I remove the text for the title of the panel.
Is it possible to go thinner?
Have you checked the minimum/maximum size settings in the "Size"
pane of the window inspector? If that isn't sufficient, you can
definitely create narrower windows from code, using alloc/
initWithFrame:style:... (or whatever the exact name of NSWindow's
init method was). So, you may be running at a limitation in Interface
Builder, at worst.
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Thin Windows (From: "Jason Barker" <email@hidden>) |