Set bottom border for HTML window

This commit is contained in:
Allan Odgaard
2013-02-12 15:43:50 +01:00
parent c46070f9ff
commit 8ef92c29f9

View File

@@ -31,6 +31,8 @@ static std::multimap<oak::uuid_t, HTMLOutputWindowController*> Windows;
[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];
[OakWindowFrameHelper windowFrameHelperWithWindow:self.window];