[SOLVED] Re: Getting the "iCal" window style?
[SOLVED] Re: Getting the "iCal" window style?
- Subject: [SOLVED] Re: Getting the "iCal" window style?
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 3 Mar 2008 22:02:39 -0700
On Mar 3, 2008, at 9:54 PM, Ken Ferry wrote:
The 'lighter gradient' you're after is the top gradient being repeated
at the bottom.
Thank you. Doing the following worked:
1. Turning off the textured background
2. Using the following line in the window controller's -awakeFromNib
method:
[[self window] setContentBorderThickness:30.0f forEdge:NSMinYEdge];
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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