Make the panel non resizable

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5034 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-10-18 22:56:42 +00:00
parent ff6080939b
commit c16bb04b88

View file

@ -169,7 +169,7 @@ static NSSavePanel *gnustep_gui_save_panel = nil;
-(id) _initWithoutGModel
{
[super initWithContentRect: NSMakeRect (100, 100, 280, 350)
styleMask: 9 backing: 2 defer: YES];
styleMask: NSTitledWindowMask backing: 2 defer: YES];
[self setMinSize: NSMakeSize (280, 350)];
[[self contentView] setBounds: NSMakeRect (0, 0, 280, 350)];