Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
</connections>
</view>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="aJT-dy-You" customClass="RoundedView" customModule="DailyDozen" customModuleProvider="target">
<rect key="frame" x="0.0" y="738" width="414" height="30"/>
<rect key="frame" x="0.0" y="724" width="414" height="44"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Qfe-bW-SP4">
<rect key="frame" x="153.5" y="-1" width="107" height="32"/>
<rect key="frame" x="12" y="6" width="390" height="32"/>
<fontDescription key="fontDescription" name="HelveticaNeue" family="Helvetica Neue" pointSize="17"/>
<state key="normal" title="Back to today">
<color key="titleColor" red="0.99989169840000003" green="1" blue="0.99988096950000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
Expand All @@ -76,8 +76,10 @@
</button>
</subviews>
<constraints>
<constraint firstAttribute="height" constant="30" id="R3o-nK-p0U"/>
<constraint firstItem="Qfe-bW-SP4" firstAttribute="leading" secondItem="aJT-dy-You" secondAttribute="leading" constant="12" id="OeM-Hu-Rcb"/>
<constraint firstAttribute="height" constant="44" id="R3o-nK-p0U"/>
<constraint firstItem="Qfe-bW-SP4" firstAttribute="centerX" secondItem="aJT-dy-You" secondAttribute="centerX" id="SwU-DD-GIQ"/>
<constraint firstAttribute="trailing" secondItem="Qfe-bW-SP4" secondAttribute="trailing" constant="12" id="glC-Mh-Vf8"/>
<constraint firstItem="Qfe-bW-SP4" firstAttribute="centerY" secondItem="aJT-dy-You" secondAttribute="centerY" id="vFh-IS-fpv"/>
</constraints>
<userDefinedRuntimeAttributes>
Expand Down