Skip to content

Commit

Permalink
fix Bookmarks Manager empty state constraint (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
mallexxx authored Jan 15, 2024
1 parent 96877f5 commit 2c90bf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DuckDuckGo/Bookmarks/View/Bookmarks.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
</connections>
</scrollView>
<customView hidden="YES" translatesAutoresizingMaskIntoConstraints="NO" id="I9P-t9-o4Y">
<rect key="frame" x="256" y="214" width="224" height="218"/>
<rect key="frame" x="256" y="212" width="224" height="218"/>
<subviews>
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="mrh-3F-46f">
<rect key="frame" x="48" y="122" width="128" height="96"/>
Expand Down Expand Up @@ -323,16 +323,16 @@
<constraint firstItem="96h-Ck-yux" firstAttribute="leading" secondItem="0G1-O6-fPI" secondAttribute="leading" constant="48" id="0ct-US-dZ7"/>
<constraint firstAttribute="trailing" secondItem="mTh-HU-7C9" secondAttribute="trailing" constant="48" id="72i-pd-gJ1"/>
<constraint firstItem="fLo-NU-bGv" firstAttribute="top" secondItem="96h-Ck-yux" secondAttribute="bottom" constant="24" id="9cg-ih-8W3"/>
<constraint firstItem="I9P-t9-o4Y" firstAttribute="centerY" secondItem="0G1-O6-fPI" secondAttribute="centerY" constant="20" id="NBU-fT-Sje"/>
<constraint firstItem="mTh-HU-7C9" firstAttribute="top" secondItem="fLo-NU-bGv" secondAttribute="bottom" id="Nof-ez-kWz"/>
<constraint firstItem="pWh-Hk-YzZ" firstAttribute="leading" secondItem="0G1-O6-fPI" secondAttribute="leading" id="Qru-FU-YrV"/>
<constraint firstAttribute="bottom" secondItem="pWh-Hk-YzZ" secondAttribute="bottom" id="STg-lN-c04"/>
<constraint firstItem="I9P-t9-o4Y" firstAttribute="centerY" secondItem="b59-XH-JSp" secondAttribute="centerY" id="TR5-oX-CiT"/>
<constraint firstAttribute="bottom" secondItem="mTh-HU-7C9" secondAttribute="bottom" id="ZSL-bc-yTD"/>
<constraint firstItem="pWh-Hk-YzZ" firstAttribute="top" secondItem="0G1-O6-fPI" secondAttribute="top" id="aGZ-X7-K6H"/>
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="nQu-I8-OqK" secondAttribute="trailing" constant="20" id="eYV-TZ-5bu"/>
<constraint firstAttribute="trailing" secondItem="fLo-NU-bGv" secondAttribute="trailing" constant="58" id="ep6-4T-swC"/>
<constraint firstItem="I9P-t9-o4Y" firstAttribute="centerX" secondItem="b59-XH-JSp" secondAttribute="centerX" id="gnY-O5-3SB"/>
<constraint firstItem="nQu-I8-OqK" firstAttribute="leading" secondItem="96h-Ck-yux" secondAttribute="trailing" constant="16" id="hKM-YS-17O"/>
<constraint firstItem="I9P-t9-o4Y" firstAttribute="centerX" secondItem="0G1-O6-fPI" secondAttribute="centerX" id="mg6-0n-RIE"/>
<constraint firstAttribute="trailing" secondItem="pWh-Hk-YzZ" secondAttribute="trailing" id="qXD-FT-b4Y"/>
<constraint firstItem="nQu-I8-OqK" firstAttribute="centerY" secondItem="96h-Ck-yux" secondAttribute="centerY" id="qi0-9n-sUF"/>
<constraint firstItem="fLo-NU-bGv" firstAttribute="leading" secondItem="0G1-O6-fPI" secondAttribute="leading" constant="58" id="rWx-rp-2nh"/>
Expand Down

0 comments on commit 2c90bf0

Please sign in to comment.