From 727e4e626f8708210c096cbfda68fdf182f5fddf Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Thu, 15 Nov 2018 12:49:06 +0700 Subject: [PATCH] Do not set contentBorderThickness for HTML output view This is no longer required due to using an NSVisualEffectView for the status bar. --- Frameworks/HTMLOutputWindow/src/HTMLOutputWindow.mm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Frameworks/HTMLOutputWindow/src/HTMLOutputWindow.mm b/Frameworks/HTMLOutputWindow/src/HTMLOutputWindow.mm index d80bbd68..ac456e99 100644 --- a/Frameworks/HTMLOutputWindow/src/HTMLOutputWindow.mm +++ b/Frameworks/HTMLOutputWindow/src/HTMLOutputWindow.mm @@ -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