1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-11-09 21:20:07 +01:00

👌 Fix launching apps with spaces in name, add window position (#68)

This commit is contained in:
2021-12-10 17:30:57 +01:00
parent a9f140fabc
commit 3faa251216
5 changed files with 25 additions and 11 deletions

View File

@@ -56,6 +56,7 @@ class SiteListVC: NSViewController, NSTableViewDelegate, NSTableViewDataSource {
]
windowController.window!.minSize = NSSize(width: 550, height: 200)
windowController.window!.delegate = windowController
windowController.positionWindowInTopLeftCorner()
App.shared.siteListWindowController = windowController
}