change generate button height to make it easy to tap on

This commit is contained in:
Bob Sun 2017-02-11 23:39:55 +08:00
parent 204ab96155
commit 95aa28701b
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -29,7 +29,7 @@
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" keyboardType="alphabet"/>
</textField>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" reversesTitleShadowWhenHighlighted="YES" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hTh-ek-Xam">
<rect key="frame" x="243" y="30" width="64" height="30"/>
<rect key="frame" x="243" y="8.5" width="64" height="73.5"/>
<state key="normal" title="Generate"/>
<connections>
<action selector="generatePassword:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="M61-hs-PCP"/>
@ -43,6 +43,7 @@
<constraint firstItem="k0U-2N-YaX" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" id="jKd-Xa-tr5"/>
<constraint firstItem="k0U-2N-YaX" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="7" id="lAm-D6-pir"/>
<constraint firstAttribute="bottomMargin" secondItem="k0U-2N-YaX" secondAttribute="bottom" id="pLC-H7-JTU"/>
<constraint firstItem="hTh-ek-Xam" firstAttribute="height" secondItem="k0U-2N-YaX" secondAttribute="height" id="piz-XI-cwL"/>
</constraints>
</tableViewCellContentView>
<connections>