App Layout: Remove warnings on constraints

This commit is contained in:
giomfo
2014-10-17 13:53:33 +02:00
parent 2b1b3de29b
commit 9e0e478129

View File

@@ -612,6 +612,8 @@
<button opaque="NO" contentMode="scaleAspectFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="5Dl-D7-ahX">
<rect key="frame" x="10" y="12" width="75" height="75"/>
<constraints>
<constraint firstAttribute="width" constant="75" id="hDj-ul-OgM"/>
<constraint firstAttribute="height" constant="75" id="kjF-Ug-XwN"/>
<constraint firstAttribute="width" secondItem="5Dl-D7-ahX" secondAttribute="height" multiplier="1:1" id="lze-NW-zq1"/>
</constraints>
<state key="normal" image="default-profile.png">
@@ -642,8 +644,6 @@
<constraint firstAttribute="centerY" secondItem="hjw-sm-lJ0" secondAttribute="centerY" id="2GV-E9-6cd"/>
<constraint firstAttribute="centerY" secondItem="5Dl-D7-ahX" secondAttribute="centerY" id="8v6-O8-Rbm"/>
<constraint firstAttribute="trailing" secondItem="hjw-sm-lJ0" secondAttribute="trailing" constant="10" id="ABH-zI-08r"/>
<constraint firstAttribute="bottom" secondItem="5Dl-D7-ahX" secondAttribute="bottom" constant="13" id="JnZ-Bm-PgY"/>
<constraint firstItem="5Dl-D7-ahX" firstAttribute="top" secondItem="ZP5-e3-ge9" secondAttribute="top" constant="12" id="Jwx-Yu-oaZ"/>
<constraint firstAttribute="centerY" secondItem="8M9-ZM-efS" secondAttribute="centerY" id="M2X-FT-Qkb"/>
<constraint firstItem="5Dl-D7-ahX" firstAttribute="leading" secondItem="ZP5-e3-ge9" secondAttribute="leading" constant="10" id="bFJ-3g-wBh"/>
<constraint firstItem="8M9-ZM-efS" firstAttribute="leading" secondItem="5Dl-D7-ahX" secondAttribute="trailing" constant="10" id="hCS-JS-UW3"/>