Fix warning on Storyboard

This commit is contained in:
waydabber 2021-08-12 22:40:27 +02:00
parent 26227b44af
commit 9e140ff4e0
4 changed files with 6 additions and 6 deletions

View file

@ -32,7 +32,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
advancedPrefsVc!,
aboutPrefsVc!,
],
animated: true // causes nice (some say glitch) animations
animated: true // causes nice (some say glitchy) animations
)
}()

View file

@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1983</string>
<string>1980</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
@ -33,4 +33,4 @@
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>
</plist>

View file

@ -923,7 +923,7 @@
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField identifier="copyrightLabel" horizontalHuggingPriority="251" verticalHuggingPriority="750" id="Dqc-RQ-Lbc">
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="Dqc-RQ-Lbc">
<rect key="frame" x="276" y="103" width="333" height="16"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" lineBreakMode="clipping" alignment="left" title="Copyright Ⓒ MonitorControl, 0000" id="e0q-fb-k7R">

View file

@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1983</string>
<string>1980</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSBackgroundOnly</key>
@ -33,4 +33,4 @@
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>
</plist>