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