Re: windowWillResize: where does the 64 pixel limit come from?
Re: windowWillResize: where does the 64 pixel limit come from?
- Subject: Re: windowWillResize: where does the 64 pixel limit come from?
- From: "Hank Heijink (Mailinglists)" <email@hidden>
- Date: Thu, 4 Feb 2010 15:13:46 -0500
On Feb 4, 2010, at 2:51 PM, Eric Gorr wrote:
> When I am resizing my window, I have a delegate method windowWillResize:toSize: which is being called. What I am finding odd is that the width of the size being passed in will never go below 64 pixels even if the width for contentMinSize and minSize is less then 64 pixels. I can easily force the window to be less then 64 pixels.
>
> So, does anyone know where this 64 pixels limit is coming from?
Measure from the left edge of the window to the rightmost edge of the maximize button: 64 pixels. I doubt you can adjust it, but who knows - maybe if you get rid of the title bar?
Hank
_______________________________________________
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