NSDrawer setTrailingOffset change the min size of parentWindow
NSDrawer setTrailingOffset change the min size of parentWindow
- Subject: NSDrawer setTrailingOffset change the min size of parentWindow
- From: Allan Odgaard <email@hidden>
- Date: Sat, 2 Feb 2002 07:27:06 +0100
Okay, thanks to the hints on this list I found that setTrailingOffset
seems to be the only way to change the height of my NSDrawer.
Unfortunately when I set this, it cause the minimum size of my parent
window to also change. That is, if I resize the parent window (even
before having opened the drawer) then the instant I grab hold of the
reize icon it grows by 50-100 pixels, and i can't make it smaller. If I
quit and restart the same will happen, but from this (bigger) new size
(I have supplied an autosave name for the window).
Is this a bug, or am I doing something wrong? It doesn't see that the
DrawerMadness example suffers from the same problem...