mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04:00
Indicate that Find and HTML output are auxiliary windows
This doesn’t seem to change anything wrt. behavior, but perhaps it will in the future.
This commit is contained in:
@@ -35,7 +35,7 @@ static std::multimap<oak::uuid_t, HTMLOutputWindowController*> Windows;
|
||||
[self.window setReleasedWhenClosed:NO];
|
||||
[self.window setAutorecalculatesContentBorderThickness:NO forEdge:NSMinYEdge];
|
||||
[self.window setContentBorderThickness:25 forEdge:NSMinYEdge];
|
||||
[self.window setCollectionBehavior:[self.window collectionBehavior] | NSWindowCollectionBehaviorMoveToActiveSpace];
|
||||
[self.window setCollectionBehavior:NSWindowCollectionBehaviorMoveToActiveSpace|NSWindowCollectionBehaviorFullScreenAuxiliary];
|
||||
|
||||
[OakWindowFrameHelper windowFrameHelperWithWindow:self.window];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user