Skip to content

Commit

Permalink
Fixed truncation Close button title on the About screen
Browse files Browse the repository at this point in the history
  • Loading branch information
igor2890 authored and justin-stephenson committed Mar 4, 2022
1 parent fc9361c commit ae80c7c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions FreeOTP/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,11 @@
</textView>
</subviews>
</stackView>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="81w-vT-ZSH">
<rect key="frame" x="16" y="20" width="39" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="81w-vT-ZSH">
<rect key="frame" x="16" y="20" width="50" height="30"/>
<constraints>
<constraint firstAttribute="width" constant="50" id="kMP-iw-eAD"/>
</constraints>
<state key="normal" title="Close"/>
<connections>
<segue destination="9Pi-UR-R9Z" kind="unwind" unwindAction="unwindToTokens:" id="7WF-8G-4jf"/>
Expand All @@ -171,6 +173,8 @@
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstItem="MoQ-xR-dvk" firstAttribute="top" secondItem="XvS-Wt-gAZ" secondAttribute="bottom" constant="70" id="S2t-a6-QpP"/>
<constraint firstItem="81w-vT-ZSH" firstAttribute="top" secondItem="XvS-Wt-gAZ" secondAttribute="bottom" constant="20" id="Xb6-ib-IOm"/>
<constraint firstItem="81w-vT-ZSH" firstAttribute="leading" secondItem="HVU-uU-wyH" secondAttribute="leading" constant="16" id="p6h-eT-0cN"/>
<constraint firstAttribute="trailing" secondItem="MoQ-xR-dvk" secondAttribute="trailing" constant="16" id="q05-yP-4WX"/>
<constraint firstItem="MoQ-xR-dvk" firstAttribute="leading" secondItem="HVU-uU-wyH" secondAttribute="leading" constant="16" id="r4s-5V-scv"/>
<constraint firstItem="nrK-d1-N1Y" firstAttribute="top" secondItem="MoQ-xR-dvk" secondAttribute="bottom" constant="160.5" id="spY-22-6vQ"/>
Expand Down

0 comments on commit ae80c7c

Please sign in to comment.