Skip to content

Commit 6bc85df

Browse files
committed
Update cell’s top padding
1 parent b6b86d6 commit 6bc85df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WooCommerce/Classes/ViewRelated/Orders/Cells/OrderTrackingTableViewCell.xib

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<autoresizingMask key="autoresizingMask"/>
2121
<subviews>
2222
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="nKR-kp-PKq">
23-
<rect key="frame" x="16" y="16" width="299" height="133.5"/>
23+
<rect key="frame" x="16" y="8" width="299" height="141.5"/>
2424
<subviews>
2525
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="4" translatesAutoresizingMaskIntoConstraints="NO" id="MBb-Vp-3eh">
2626
<rect key="frame" x="0.0" y="0.0" width="299" height="69.5"/>
@@ -46,7 +46,7 @@
4646
</subviews>
4747
</stackView>
4848
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="SIM-Wl-ZSt">
49-
<rect key="frame" x="0.0" y="77.5" width="299" height="56"/>
49+
<rect key="frame" x="0.0" y="77.5" width="299" height="64"/>
5050
<subviews>
5151
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Mav-Sc-Nqa">
5252
<rect key="frame" x="0.0" y="0.0" width="299" height="1"/>
@@ -56,7 +56,7 @@
5656
</constraints>
5757
</view>
5858
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="leading" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="q04-tu-Hwj">
59-
<rect key="frame" x="0.0" y="1" width="299" height="55"/>
59+
<rect key="frame" x="0.0" y="1" width="299" height="63"/>
6060
<state key="normal" title="Button"/>
6161
<connections>
6262
<action selector="actionButtonPressed:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="vJf-Pe-OWy"/>
@@ -70,7 +70,7 @@
7070
<constraints>
7171
<constraint firstAttribute="bottom" secondItem="nKR-kp-PKq" secondAttribute="bottom" id="OVJ-2E-eJY"/>
7272
<constraint firstItem="nKR-kp-PKq" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="Tkb-Wi-nOp"/>
73-
<constraint firstItem="nKR-kp-PKq" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="16" id="cF4-8H-16y"/>
73+
<constraint firstItem="nKR-kp-PKq" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="8" id="cF4-8H-16y"/>
7474
<constraint firstAttribute="trailingMargin" secondItem="nKR-kp-PKq" secondAttribute="trailing" id="fA5-E1-lrn"/>
7575
</constraints>
7676
</tableViewCellContentView>

0 commit comments

Comments
 (0)