Re: Window maxSize different from setMaxSize ???

2009-10-08 Thread Bill Cheeseman
On Oct 7, 2009, at 5:55 PM, Bill Cheeseman wrote: 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} OK, duh, it's becaus

Window maxSize different from setMaxSize ???

2009-10-07 Thread Bill Cheeseman
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 b...@cheeseman.name _