|
@@ -10,7 +10,7 @@ import Cocoa
|
|
10
|
@main
|
10
|
@main
|
|
11
|
class AppDelegate: NSObject, NSApplicationDelegate {
|
11
|
class AppDelegate: NSObject, NSApplicationDelegate {
|
|
12
|
|
12
|
|
|
13
|
- private let minimumWindowSize = NSSize(width: 1024, height: 700)
|
|
|
|
|
|
13
|
+ private let minimumWindowSize = NSSize(width: 1120, height: 700)
|
|
14
|
|
14
|
|
|
15
|
func applicationWillFinishLaunching(_ notification: Notification) {
|
15
|
func applicationWillFinishLaunching(_ notification: Notification) {
|
|
16
|
// Dashboard is light-themed; without this, a Dark Mode Mac paints a dark title bar.
|
16
|
// Dashboard is light-themed; without this, a Dark Mode Mac paints a dark title bar.
|