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:
Allan Odgaard
2014-02-09 23:08:59 +07:00
parent 413c77931a
commit 7287fc7359
2 changed files with 2 additions and 2 deletions

View File

@@ -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];