Console: Registration fallback: force webview in full width.

This commit is contained in:
giomfo 2015-02-24 15:59:56 +01:00
parent edb032c6e7
commit 4a5f96b208

View file

@ -1428,10 +1428,10 @@
</constraints>
</scrollView>
<view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="m1P-2H-e3q" userLabel="RegistrationFallbackContentView">
<rect key="frame" x="10" y="30" width="580" height="560"/>
<rect key="frame" x="0.0" y="20" width="600" height="580"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Wy8-eL-0qs">
<rect key="frame" x="522" y="5" width="50" height="35"/>
<rect key="frame" x="542" y="5" width="50" height="35"/>
<constraints>
<constraint firstAttribute="width" constant="50" id="SNe-ts-mx1"/>
<constraint firstAttribute="height" constant="35" id="cxj-k5-5eB"/>
@ -1444,7 +1444,7 @@
</connections>
</button>
<webView contentMode="scaleToFill" scalesPageToFit="YES" translatesAutoresizingMaskIntoConstraints="NO" id="zwS-9o-UR1" userLabel="registrationWebView" customClass="MXCRegistrationWebView">
<rect key="frame" x="0.0" y="40" width="580" height="520"/>
<rect key="frame" x="0.0" y="40" width="600" height="540"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</webView>
</subviews>
@ -1461,13 +1461,13 @@
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="m1P-2H-e3q" firstAttribute="top" secondItem="crg-iM-twR" secondAttribute="bottom" constant="10" id="4H8-cd-dqk"/>
<constraint firstItem="m1P-2H-e3q" firstAttribute="top" secondItem="crg-iM-twR" secondAttribute="bottom" id="4H8-cd-dqk"/>
<constraint firstAttribute="trailing" secondItem="udG-Mx-F4c" secondAttribute="trailing" id="A3Y-Nc-49v"/>
<constraint firstItem="gbK-Nm-HUT" firstAttribute="top" secondItem="udG-Mx-F4c" secondAttribute="bottom" id="CT4-Dg-1Dx"/>
<constraint firstItem="gbK-Nm-HUT" firstAttribute="top" secondItem="m1P-2H-e3q" secondAttribute="bottom" constant="10" id="TvL-CC-lFt"/>
<constraint firstItem="gbK-Nm-HUT" firstAttribute="top" secondItem="m1P-2H-e3q" secondAttribute="bottom" id="TvL-CC-lFt"/>
<constraint firstItem="udG-Mx-F4c" firstAttribute="leading" secondItem="wIi-Yi-2pi" secondAttribute="leading" id="gtx-Th-HKc"/>
<constraint firstAttribute="trailing" secondItem="m1P-2H-e3q" secondAttribute="trailing" constant="10" id="hGg-r7-gFx"/>
<constraint firstItem="m1P-2H-e3q" firstAttribute="leading" secondItem="wIi-Yi-2pi" secondAttribute="leading" constant="10" id="jyc-F5-4sW"/>
<constraint firstAttribute="trailing" secondItem="m1P-2H-e3q" secondAttribute="trailing" id="hGg-r7-gFx"/>
<constraint firstItem="m1P-2H-e3q" firstAttribute="leading" secondItem="wIi-Yi-2pi" secondAttribute="leading" id="jyc-F5-4sW"/>
<constraint firstItem="udG-Mx-F4c" firstAttribute="top" secondItem="wIi-Yi-2pi" secondAttribute="top" constant="20" symbolic="YES" id="ku3-Lq-Cxe"/>
</constraints>
</view>