Merge branch 'mac-candidate' into main

This commit is contained in:
Maurice Parker
2020-08-20 20:45:15 -05:00
2 changed files with 23 additions and 23 deletions

View File

@@ -78,7 +78,7 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
if let window = window {
let point = NSPoint(x: 128, y: 64)
let size = NSSize(width: 1000, height: 700)
let size = NSSize(width: 1345, height: 900)
let minSize = NSSize(width: 600, height: 600)
window.setPointAndSizeAdjustingForScreen(point: point, size: size, minimumSize: minSize)
}