Skip to content

Commit 9e423ac

Browse files
committed
fixed buttons position on small devices
1 parent 744881b commit 9e423ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Chip8-iOS-Example/UI/Base.lproj/Main.storyboard

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<rect key="frame" x="0.0" y="411" width="375" height="367"/>
8686
<subviews>
8787
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="KL2-Jg-BqP" userLabel="Buttons">
88-
<rect key="frame" x="0.0" y="12" width="375" height="343"/>
88+
<rect key="frame" x="0.0" y="8" width="375" height="343"/>
8989
<subviews>
9090
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="2" translatesAutoresizingMaskIntoConstraints="NO" id="gA7-R8-I2l">
9191
<rect key="frame" x="16" y="0.0" width="343" height="343"/>
@@ -404,8 +404,8 @@
404404
</subviews>
405405
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
406406
<constraints>
407-
<constraint firstItem="KL2-Jg-BqP" firstAttribute="centerY" secondItem="E59-gE-rfq" secondAttribute="centerY" id="GLz-8f-xe9"/>
408407
<constraint firstAttribute="trailing" secondItem="KL2-Jg-BqP" secondAttribute="trailing" id="Rm3-sO-dTV"/>
408+
<constraint firstAttribute="bottom" secondItem="KL2-Jg-BqP" secondAttribute="bottom" constant="16" id="eeU-S3-9DH"/>
409409
<constraint firstItem="KL2-Jg-BqP" firstAttribute="leading" secondItem="E59-gE-rfq" secondAttribute="leading" id="nJA-rL-tLC"/>
410410
</constraints>
411411
</view>

0 commit comments

Comments
 (0)