windows should totally cascade

This commit is contained in:
Chris Wanstrath
2011-08-23 21:13:31 -07:00
parent 38b16ecc06
commit af0cb1ff90

View File

@@ -24,7 +24,7 @@
- (void)windowDidLoad {
[super windowDidLoad];
[self setShouldCascadeWindows:NO];
[self setShouldCascadeWindows:YES];
[self setWindowFrameAutosaveName:@"atomWindow"];
[webView setFrameLoadDelegate:self];