Skip to content

Commit 49f73f1

Browse files
committed
Fix misalignment for Collapse ID label
1 parent 0fef38f commit 49f73f1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Knuff/Base.lproj/Main.storyboard

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="12120"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="12121"/>
66
<capability name="box content view" minToolsVersion="7.0"/>
77
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
88
</dependencies>
@@ -850,19 +850,19 @@
850850
<outlet property="delegate" destination="5gI-5U-AMq" id="Ew3-BO-Ae5"/>
851851
</connections>
852852
</textField>
853-
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" allowsCharacterPickerTouchBarItem="NO" id="Xia-UC-heD">
854-
<rect key="frame" x="99" y="255" width="109" height="17"/>
853+
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" allowsCharacterPickerTouchBarItem="NO" id="UNw-8x-tcA">
854+
<rect key="frame" x="-2" y="219" width="58" height="17"/>
855855
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
856-
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Collapse ID:" id="JP3-Pw-ekx">
856+
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Payload:" id="0qN-Z1-PD3">
857857
<font key="font" metaFont="system"/>
858858
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
859859
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
860860
</textFieldCell>
861861
</textField>
862-
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" allowsCharacterPickerTouchBarItem="NO" id="UNw-8x-tcA">
863-
<rect key="frame" x="-2" y="219" width="58" height="17"/>
862+
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" misplaced="YES" allowsCharacterPickerTouchBarItem="NO" id="Xia-UC-heD">
863+
<rect key="frame" x="97" y="258" width="109" height="17"/>
864864
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
865-
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Payload:" id="0qN-Z1-PD3">
865+
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Collapse ID:" id="JP3-Pw-ekx">
866866
<font key="font" metaFont="system"/>
867867
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
868868
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>

0 commit comments

Comments
 (0)