Skip to content

Commit

Permalink
Fix layout of About screen
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcmahon committed Nov 27, 2023
1 parent 6b4ac71 commit d960daa
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions RadioSpiral/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -539,13 +539,13 @@
</subviews>
</stackView>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="I91-Um-X6I" userLabel="Buttons Stack View">
<rect key="frame" x="16" y="734.5" width="382" height="107.5"/>
<rect key="frame" x="16" y="732" width="382" height="110"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" spacing="4" translatesAutoresizingMaskIntoConstraints="NO" id="Yo0-Y9-DbN" userLabel="Contact Stack View">
<rect key="frame" x="0.0" y="0.0" width="382" height="63.5"/>
<rect key="frame" x="0.0" y="0.0" width="382" height="66"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="SBf-Hj-mZ8">
<rect key="frame" x="128" y="0.0" width="126" height="31"/>
<rect key="frame" x="122.5" y="0.0" width="137.5" height="32"/>
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/>
<color key="tintColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
Expand All @@ -566,7 +566,7 @@
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="1G4-to-fqL">
<rect key="frame" x="156" y="35" width="70" height="28.5"/>
<rect key="frame" x="154" y="36" width="74.5" height="30"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleSubhead"/>
<color key="tintColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<state key="normal" title="email us!">
Expand All @@ -589,7 +589,7 @@
</subviews>
</stackView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" reversesTitleShadowWhenHighlighted="YES" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qFQ-Uk-iUq">
<rect key="frame" x="0.0" y="71.5" width="382" height="36"/>
<rect key="frame" x="0.0" y="74" width="382" height="36"/>
<color key="backgroundColor" red="0.20187027752399445" green="0.2016473114490509" blue="0.20853230357170105" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" constant="36" id="EYd-7e-NvX"/>
Expand All @@ -609,10 +609,10 @@
</button>
</subviews>
</stackView>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" userInteractionEnabled="NO" contentMode="scaleToFill" ambiguous="YES" misplaced="YES" scrollEnabled="NO" editable="NO" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7AK-QT-5Xg">
<rect key="frame" x="16" y="108" width="374" height="390"/>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" userInteractionEnabled="NO" contentMode="scaleToFill" misplaced="YES" scrollEnabled="NO" editable="NO" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="7AK-QT-5Xg">
<rect key="frame" x="36" y="108" width="342" height="397"/>
<constraints>
<constraint firstAttribute="height" relation="lessThanOrEqual" priority="750" constant="350" id="L5G-S8-88G"/>
<constraint firstAttribute="height" relation="lessThanOrEqual" priority="750" constant="350" id="L5G-S8-88G" userLabel="height ≤ 450 @750"/>
</constraints>
<string key="text">Curator:
• Mike Metlay
Expand All @@ -632,7 +632,7 @@ Bullhorn:
Downtime DJ and attitude:
• Spud</string>
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleCaption1"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
</textView>
</subviews>
Expand All @@ -659,7 +659,7 @@ Downtime DJ and attitude:
<placeholder placeholderIdentifier="IBFirstResponder" id="Fcr-sT-s4N" userLabel="First Responder" sceneMemberID="firstResponder"/>
<exit id="p1c-PP-VS5" userLabel="Exit" sceneMemberID="exit"/>
</objects>
<point key="canvasLocation" x="1164" y="1124"/>
<point key="canvasLocation" x="1163.768115942029" y="1123.6607142857142"/>
</scene>
</scenes>
<resources>
Expand Down

0 comments on commit d960daa

Please sign in to comment.