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
|
||||
{
|
||||
self = [super initWithContentRect:NSMakeRect(0, 0, 350, 200)
|
||||
styleMask:(NSClosableWindowMask | NSResizableWindowMask)
|
||||
styleMask:(NSClosableWindowMask | NSResizableWindowMask | NSTitledWindowMask)
|
||||
backing:NSBackingStoreBuffered
|
||||
defer:NO];
|
||||
if (self)
|
||||
|
|
Loading…
Reference in New Issue