mirror of
https://github.com/electron/electron.git
synced 2026-01-11 00:18:02 -05:00
💄 Same indent.
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user