Просмотр исходного кода

Increase default window width from 1024 to 1120 points

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 недель назад: 3
Родитель
Сommit
73694655d4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      App for Indeed/AppDelegate.swift

+ 1 - 1
App for Indeed/AppDelegate.swift

@@ -10,7 +10,7 @@ import Cocoa
10 10
 @main
11 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 15
     func applicationWillFinishLaunching(_ notification: Notification) {
16 16
         // Dashboard is light-themed; without this, a Dark Mode Mac paints a dark title bar.