Skip to content

Commit 1127c66

Browse files
committed
Firebase UI. Fix input cell label indent.
Change-Id: I3518740157b27656b219a7fdafb477a26beb3168
1 parent 9ba7381 commit 1127c66

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

FirebaseAuthUI/FUIAuthTableViewCell.xib

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11201" systemVersion="15G1004" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
3+
<device id="retina4_7" orientation="portrait">
4+
<adaptation id="fullscreen"/>
5+
</device>
36
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11161"/>
7+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
58
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
69
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
710
</dependencies>
@@ -12,17 +15,19 @@
1215
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
1316
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
1417
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
15-
<frame key="frameInset" width="320" height="43"/>
18+
<rect key="frame" x="0.0" y="0.0" width="320" height="43.5"/>
1619
<autoresizingMask key="autoresizingMask"/>
1720
<subviews>
1821
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="placeholder" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="h79-sO-Wvr">
22+
<rect key="frame" x="113" y="5" width="199" height="36"/>
1923
<constraints>
2024
<constraint firstAttribute="height" constant="36" id="PDB-dl-J7h"/>
2125
</constraints>
2226
<fontDescription key="fontDescription" type="system" pointSize="14"/>
2327
<textInputTraits key="textInputTraits" enablesReturnKeyAutomatically="YES"/>
2428
</textField>
2529
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sfp-hN-0cm">
30+
<rect key="frame" x="13" y="11.5" width="42" height="20.5"/>
2631
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2732
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
2833
<nil key="highlightedColor"/>
@@ -33,7 +38,7 @@
3338
<constraint firstItem="h79-sO-Wvr" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="sfp-hN-0cm" secondAttribute="trailing" constant="8" id="6Ha-6g-JMJ"/>
3439
<constraint firstItem="h79-sO-Wvr" firstAttribute="baseline" secondItem="sfp-hN-0cm" secondAttribute="baseline" id="JTF-Oo-kSD"/>
3540
<constraint firstItem="sfp-hN-0cm" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="efm-ep-Ihm"/>
36-
<constraint firstItem="sfp-hN-0cm" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="fUd-Gb-DDQ"/>
41+
<constraint firstItem="sfp-hN-0cm" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="5" id="fUd-Gb-DDQ"/>
3742
<constraint firstItem="h79-sO-Wvr" firstAttribute="leading" secondItem="sfp-hN-0cm" secondAttribute="leading" priority="750" constant="100" id="tMi-c6-szU"/>
3843
<constraint firstItem="h79-sO-Wvr" firstAttribute="baseline" secondItem="sfp-hN-0cm" secondAttribute="baseline" id="xT4-wM-b1C"/>
3944
</constraints>

0 commit comments

Comments
 (0)