windowWillResize: where does the 64 pixel limit come from?
windowWillResize: where does the 64 pixel limit come from?
- Subject: windowWillResize: where does the 64 pixel limit come from?
- From: Eric Gorr <email@hidden>
- Date: Thu, 4 Feb 2010 14:51:27 -0500
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?
I suppose I could use [NSEvent mouseLocation] and take a look at the window frame to compute the true desired width myself, but I'd rather be able to configure something.
_______________________________________________
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