Fix Sparkle message in General pane

This commit is contained in:
1024jp 2022-09-17 08:42:22 +09:00
parent d55db742fc
commit 5a9856d675
2 changed files with 12 additions and 8 deletions

View File

@ -5,6 +5,11 @@ Change Log
4.3.5 (unreleased)
--------------------------
### Improvements
- [non-AppStore ver.] Update Sparkle to 2.2.2.
### Fixes
- Address an issue since macOS 12.4 that the buttons in the save dialog became occasionally unresponsive when the application is running in the Japanese environment.
@ -12,7 +17,7 @@ Change Log
- Fix an issue that the column of the outline pane was narrower than the list width.
- Fix an issue that the width of the line number view was not updated when the content was changed on disk.
- Fix some typo.
- [non-AppStore ver.] Update Sparkle to 2.2.2.
- [non-AppStore ver.] Fix an issue that a message about the software update in the General pane was hidden.

View File

@ -416,10 +416,10 @@
<objects>
<viewController id="q0M-8Q-aM1" customClass="UpdatesViewController" customModule="CotEditor" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" translatesAutoresizingMaskIntoConstraints="NO" id="LLa-wu-mor">
<rect key="frame" x="0.0" y="0.0" width="580" height="99"/>
<rect key="frame" x="0.0" y="0.0" width="580" height="103"/>
<subviews>
<button verticalHuggingPriority="750" verticalCompressionResistancePriority="751" tag="-1" translatesAutoresizingMaskIntoConstraints="NO" id="eh0-fN-8C5">
<rect key="frame" x="130" y="57" width="222" height="18"/>
<rect key="frame" x="130" y="61" width="222" height="18"/>
<buttonCell key="cell" type="check" title="Check for updates automatically" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="3423">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
@ -429,7 +429,7 @@
</connections>
</button>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="751" tag="-1" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="lSi-dW-Eg4">
<rect key="frame" x="18" y="58" width="108" height="16"/>
<rect key="frame" x="18" y="62" width="108" height="16"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" alignment="right" title="Software update:" usesSingleLineMode="YES" id="geU-63-sAC">
<font key="font" metaFont="system"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
@ -437,7 +437,7 @@
</textFieldCell>
</textField>
<button verticalHuggingPriority="750" verticalCompressionResistancePriority="751" tag="-1" translatesAutoresizingMaskIntoConstraints="NO" id="FJU-WB-SQP">
<rect key="frame" x="130" y="35" width="259" height="18"/>
<rect key="frame" x="130" y="39" width="259" height="18"/>
<buttonCell key="cell" type="check" title="Update to pre-releases when available" bezelStyle="regularSquare" imagePosition="left" inset="2" id="4aT-ka-sbv">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
@ -447,7 +447,7 @@
</connections>
</button>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" verticalCompressionResistancePriority="751" tag="-2" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="dyM-Pb-Ay4">
<rect key="frame" x="150" y="8" width="412" height="24"/>
<rect key="frame" x="150" y="8" width="412" height="28"/>
<textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" title="Regardless of this setting, new pre-releases are always included while using a pre-release." id="chR-VY-cuI">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
@ -455,7 +455,7 @@
</textFieldCell>
</textField>
<box verticalHuggingPriority="750" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="9j3-BL-0Mu">
<rect key="frame" x="20" y="86" width="540" height="5"/>
<rect key="frame" x="20" y="90" width="540" height="5"/>
</box>
</subviews>
<constraints>
@ -464,7 +464,6 @@
<constraint firstItem="lSi-dW-Eg4" firstAttribute="baseline" secondItem="eh0-fN-8C5" secondAttribute="baseline" id="GXP-ey-68V"/>
<constraint firstItem="lSi-dW-Eg4" firstAttribute="leading" secondItem="LLa-wu-mor" secondAttribute="leading" constant="20" symbolic="YES" id="KLl-Cd-slR"/>
<constraint firstItem="eh0-fN-8C5" firstAttribute="leading" secondItem="lSi-dW-Eg4" secondAttribute="trailing" constant="8" symbolic="YES" id="NnR-c2-aUX"/>
<constraint firstAttribute="bottom" secondItem="FJU-WB-SQP" secondAttribute="bottom" priority="751" constant="8" id="PHC-tL-mcq"/>
<constraint firstItem="9j3-BL-0Mu" firstAttribute="leading" secondItem="LLa-wu-mor" secondAttribute="leading" constant="20" symbolic="YES" id="Peg-z2-ye7"/>
<constraint firstItem="9j3-BL-0Mu" firstAttribute="top" secondItem="LLa-wu-mor" secondAttribute="top" constant="10" id="YRP-MT-gVv"/>
<constraint firstAttribute="trailing" secondItem="9j3-BL-0Mu" secondAttribute="trailing" constant="20" symbolic="YES" id="Ygt-p7-MQ7"/>