Fixed the preferences window, which became borderless with the switch to a newer base SDK
parent
ec0e45381e
commit
3c49691393
|
@ -23,7 +23,7 @@
|
||||||
- (id)initWithPreferencePanes:(NSArray *)panes
|
- (id)initWithPreferencePanes:(NSArray *)panes
|
||||||
{
|
{
|
||||||
self = [super initWithContentRect:NSMakeRect(0, 0, 350, 200)
|
self = [super initWithContentRect:NSMakeRect(0, 0, 350, 200)
|
||||||
styleMask:(NSClosableWindowMask | NSResizableWindowMask)
|
styleMask:(NSClosableWindowMask | NSResizableWindowMask | NSTitledWindowMask)
|
||||||
backing:NSBackingStoreBuffered
|
backing:NSBackingStoreBuffered
|
||||||
defer:NO];
|
defer:NO];
|
||||||
if (self)
|
if (self)
|
||||||
|
|
Loading…
Reference in New Issue