Center window

This commit is contained in:
Gregory John Casamento 2020-07-05 13:59:48 -04:00
parent ae1be325cb
commit 4fca61ede1

View file

@ -138,6 +138,7 @@
{
NSWindow *w = [NSWindow windowWithContentViewController: _destinationController];
[w setTitle: [_destinationController title]];
[w center];
[w orderFrontRegardless];
}
}