mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 11:51:56 +00:00
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:
parent
ff6080939b
commit
c16bb04b88
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ static NSSavePanel *gnustep_gui_save_panel = nil;
|
||||||
-(id) _initWithoutGModel
|
-(id) _initWithoutGModel
|
||||||
{
|
{
|
||||||
[super initWithContentRect: NSMakeRect (100, 100, 280, 350)
|
[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 setMinSize: NSMakeSize (280, 350)];
|
||||||
[[self contentView] setBounds: NSMakeRect (0, 0, 280, 350)];
|
[[self contentView] setBounds: NSMakeRect (0, 0, 280, 350)];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue