Procházet zdrojové kódy

Increase main window default and minimum height to 800.

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 před 3 týdny
rodič
revize
b1f7405051

+ 2 - 2
App for Indeed/AppDelegate.swift

@@ -8,8 +8,8 @@
8 8
 import Cocoa
9 9
 
10 10
 enum AppWindowConfiguration {
11
-    static let defaultContentSize = NSSize(width: 1120, height: 770)
12
-    static let minimumContentSize = NSSize(width: 1120, height: 770)
11
+    static let defaultContentSize = NSSize(width: 1120, height: 800)
12
+    static let minimumContentSize = NSSize(width: 1120, height: 800)
13 13
 
14 14
     @MainActor
15 15
     static func apply(to window: NSWindow) {

+ 2 - 2
App for Indeed/Base.lproj/Main.storyboard

@@ -686,7 +686,7 @@
686 686
                     <window key="window" title="App for Indeed" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="YES" animationBehavior="default" id="IQv-IB-iLA">
687 687
                         <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" fullSizeContentView="YES"/>
688 688
                         <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
689
-                        <rect key="contentRect" x="196" y="240" width="1120" height="770"/>
689
+                        <rect key="contentRect" x="196" y="240" width="1120" height="800"/>
690 690
                         <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/>
691 691
                         <connections>
692 692
                             <outlet property="delegate" destination="B8D-0N-5wS" id="98r-iN-zZc"/>
@@ -705,7 +705,7 @@
705 705
             <objects>
706 706
                 <viewController id="XfG-lQ-9wD" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController">
707 707
                     <view key="view" id="m2S-Jp-Qdl">
708
-                        <rect key="frame" x="0.0" y="0.0" width="1120" height="770"/>
708
+                        <rect key="frame" x="0.0" y="0.0" width="1120" height="800"/>
709 709
                         <autoresizingMask key="autoresizingMask"/>
710 710
                     </view>
711 711
                 </viewController>