mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 13:47:54 -05:00
Set bottom border for HTML window
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user