Skip to content

Commit 8238de4

Browse files
committed
fix constraints
1 parent 167c4cd commit 8238de4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Example/web3swiftBrowser/web3swiftBrowser/Base.lproj/Main.storyboard

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
<rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
160160
<autoresizingMask key="autoresizingMask"/>
161161
<subviews>
162-
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" misplaced="YES" text="Prefix" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="MQ2-n7-10J">
162+
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="Prefix" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="MQ2-n7-10J">
163163
<rect key="frame" x="16" y="11" width="44" height="21"/>
164164
<fontDescription key="fontDescription" type="system" pointSize="17"/>
165165
<nil key="textColor"/>
@@ -177,9 +177,12 @@
177177
</subviews>
178178
<constraints>
179179
<constraint firstItem="KH4-Fb-e0z" firstAttribute="leading" secondItem="MQ2-n7-10J" secondAttribute="trailing" constant="25" id="6H3-ZZ-NKd"/>
180+
<constraint firstItem="MQ2-n7-10J" firstAttribute="leading" secondItem="ihn-Se-gr7" secondAttribute="leadingMargin" id="FXX-xv-Wic"/>
180181
<constraint firstItem="KH4-Fb-e0z" firstAttribute="centerX" secondItem="ihn-Se-gr7" secondAttribute="centerX" id="Gce-la-ywH"/>
181182
<constraint firstItem="KH4-Fb-e0z" firstAttribute="centerY" secondItem="ihn-Se-gr7" secondAttribute="centerY" id="QIu-Dw-fWy"/>
183+
<constraint firstItem="MQ2-n7-10J" firstAttribute="centerY" secondItem="KH4-Fb-e0z" secondAttribute="centerY" id="VNE-fh-Obr"/>
182184
<constraint firstItem="KH4-Fb-e0z" firstAttribute="height" secondItem="ihn-Se-gr7" secondAttribute="height" multiplier="0.781609" id="Wew-xy-w7G"/>
185+
<constraint firstItem="MQ2-n7-10J" firstAttribute="top" secondItem="ihn-Se-gr7" secondAttribute="topMargin" id="sUV-Wb-iVI"/>
183186
<constraint firstItem="KH4-Fb-e0z" firstAttribute="width" secondItem="ihn-Se-gr7" secondAttribute="width" multiplier="0.917333" id="ud4-ZL-56p"/>
184187
</constraints>
185188
</tableViewCellContentView>

0 commit comments

Comments
 (0)