💄 Same indent.
This commit is contained in:
parent
eed8f6cabc
commit
bc95cac3ed
1 changed files with 2 additions and 2 deletions
|
@ -157,8 +157,8 @@ NativeWindowMac::NativeWindowMac(content::WebContents* web_contents,
|
|||
atomWindow = [[AtomNSWindow alloc]
|
||||
initWithContentRect:cocoa_bounds
|
||||
styleMask:NSTitledWindowMask | NSClosableWindowMask |
|
||||
NSMiniaturizableWindowMask | NSResizableWindowMask |
|
||||
NSTexturedBackgroundWindowMask
|
||||
NSMiniaturizableWindowMask | NSResizableWindowMask |
|
||||
NSTexturedBackgroundWindowMask
|
||||
backing:NSBackingStoreBuffered
|
||||
defer:YES];
|
||||
|
||||
|
|
Loading…
Reference in a new issue