Skip to content

Commit aad6403

Browse files
committed
FilterListViewController: pin stack view's top anchor to its superview instead of the safe areas.
1 parent 1150e9a commit aad6403

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WooCommerce/Classes/ViewRelated/Filters/FilterListViewController.xib

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
2222
<subviews>
2323
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" translatesAutoresizingMaskIntoConstraints="NO" id="0Hi-U6-ohm">
24-
<rect key="frame" x="0.0" y="44" width="414" height="818"/>
24+
<rect key="frame" x="0.0" y="0.0" width="414" height="862"/>
2525
<subviews>
2626
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="pgc-1V-BCe">
27-
<rect key="frame" x="0.0" y="0.0" width="414" height="768"/>
27+
<rect key="frame" x="0.0" y="0.0" width="414" height="812"/>
2828
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
2929
</view>
3030
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="0sS-tG-DzA">
31-
<rect key="frame" x="0.0" y="768" width="414" height="50"/>
31+
<rect key="frame" x="0.0" y="812" width="414" height="50"/>
3232
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
3333
<constraints>
3434
<constraint firstAttribute="height" constant="50" placeholder="YES" id="Tq2-i3-6qV"/>
@@ -39,7 +39,7 @@
3939
</subviews>
4040
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
4141
<constraints>
42-
<constraint firstItem="0Hi-U6-ohm" firstAttribute="top" secondItem="fnl-2z-Ty3" secondAttribute="top" id="Sny-jC-qtZ"/>
42+
<constraint firstItem="0Hi-U6-ohm" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="Sny-jC-qtZ"/>
4343
<constraint firstItem="fnl-2z-Ty3" firstAttribute="trailing" secondItem="0Hi-U6-ohm" secondAttribute="trailing" id="hbI-xD-9g6"/>
4444
<constraint firstItem="fnl-2z-Ty3" firstAttribute="bottom" secondItem="0Hi-U6-ohm" secondAttribute="bottom" id="jyt-Qs-ekO"/>
4545
<constraint firstItem="0Hi-U6-ohm" firstAttribute="leading" secondItem="fnl-2z-Ty3" secondAttribute="leading" id="yfB-fN-j1x"/>

0 commit comments

Comments
 (0)