mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user