Skip to content

Commit 6d48837

Browse files
committed
Fix vertical alignment of external settings 'Save Changes' label
1 parent 39e8c45 commit 6d48837

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Interfaces/PreferencePanel.xib

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5663,7 +5663,7 @@ CA
56635663
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
56645664
<clipView key="contentView" id="ArV-0K-qze">
56655665
<rect key="frame" x="1" y="1" width="450" height="95"/>
5666-
<autoresizingMask key="autoresizingMask"/>
5666+
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
56675667
<subviews>
56685668
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" id="5661">
56695669
<rect key="frame" x="0.0" y="0.0" width="450" height="95"/>
@@ -8063,11 +8063,11 @@ You can choose to define the characters considered part of a word with a regular
80638063
</tabViewItem>
80648064
<tabViewItem label="Settings" identifier="" id="A3y-3j-WQF">
80658065
<view key="view" id="NGW-1C-GwI">
8066-
<rect key="frame" x="10" y="33" width="755" height="693"/>
8066+
<rect key="frame" x="10" y="33" width="755" height="513"/>
80678067
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
80688068
<subviews>
80698069
<customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pnz-ME-DBf" customClass="iTermPreferencesInnerTabContainerView">
8070-
<rect key="frame" x="27" y="524" width="701" height="176"/>
8070+
<rect key="frame" x="27" y="344" width="701" height="176"/>
80718071
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
80728072
<subviews>
80738073
<textField focusRingType="none" verticalHuggingPriority="750" fixedFrame="YES" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5616">
@@ -8110,7 +8110,7 @@ You can choose to define the characters considered part of a word with a regular
81108110
</connections>
81118111
</button>
81128112
<textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="YYR-pl-zPM">
8113-
<rect key="frame" x="162" y="83" width="88" height="16"/>
8113+
<rect key="frame" x="162" y="81" width="88" height="16"/>
81148114
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
81158115
<textFieldCell key="cell" lineBreakMode="clipping" title="Save changes" id="6Dp-co-GtB">
81168116
<font key="font" metaFont="system"/>
@@ -9868,7 +9868,7 @@ instead of the system keyboard.</string>
98689868
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
98699869
<clipView key="contentView" id="N1C-ir-dI5">
98709870
<rect key="frame" x="1" y="1" width="238" height="377"/>
9871-
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
9871+
<autoresizingMask key="autoresizingMask"/>
98729872
<subviews>
98739873
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnResizing="NO" autosaveColumns="NO" typeSelect="NO" id="5562">
98749874
<rect key="frame" x="0.0" y="0.0" width="238" height="377"/>

0 commit comments

Comments
 (0)