Quellcode durchsuchen

Increase default window width from 1024 to 1120 points

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 vor 2 Monaten
Ursprung
Commit
73694655d4
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      App for Indeed/AppDelegate.swift

+ 1 - 1
App for Indeed/AppDelegate.swift

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