Window maxSize different from setMaxSize ???
Window maxSize different from setMaxSize ???
- Subject: Window maxSize different from setMaxSize ???
- From: Bill Cheeseman <email@hidden>
- Date: Wed, 7 Oct 2009 17:55:54 -0400
Can somebody explain this to me? It's on Snow Leopard 10.6.1:
In my window controller's -windowDidLoad method (or -awakeFromNib):
[[self window] setMaxSize:NSMakeSize(800, 800)];
[[self window] maxSize]; // --> {800, 856}
--
Bill Cheeseman
email@hidden
_______________________________________________
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