💄 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]
|
atomWindow = [[AtomNSWindow alloc]
|
||||||
initWithContentRect:cocoa_bounds
|
initWithContentRect:cocoa_bounds
|
||||||
styleMask:NSTitledWindowMask | NSClosableWindowMask |
|
styleMask:NSTitledWindowMask | NSClosableWindowMask |
|
||||||
NSMiniaturizableWindowMask | NSResizableWindowMask |
|
NSMiniaturizableWindowMask | NSResizableWindowMask |
|
||||||
NSTexturedBackgroundWindowMask
|
NSTexturedBackgroundWindowMask
|
||||||
backing:NSBackingStoreBuffered
|
backing:NSBackingStoreBuffered
|
||||||
defer:YES];
|
defer:YES];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue