Do not set contentBorderThickness for HTML output view

This is no longer required due to using an NSVisualEffectView for the status bar.
This commit is contained in:
Allan Odgaard
2018-11-15 12:49:06 +07:00
parent a0ac9c9a92
commit 727e4e626f

View File

@@ -30,8 +30,6 @@ OAK_DEBUG_VAR(HTMLOutputWindow);
[self.window setContentView:self.htmlOutputView];
[self.window setDelegate:self];
[self.window setReleasedWhenClosed:NO];
[self.window setAutorecalculatesContentBorderThickness:NO forEdge:NSMinYEdge];
[self.window setContentBorderThickness:25 forEdge:NSMinYEdge];
[self.window setCollectionBehavior:NSWindowCollectionBehaviorMoveToActiveSpace|NSWindowCollectionBehaviorFullScreenAuxiliary];
// Register to application activation/deactivation notification so we can tweak our collection behavior