Fix video preview aspect (#1863)

This commit is contained in:
Guillaume BIENKOWSKI 2014-12-17 16:41:42 +01:00
parent a37648852e
commit c8d6ed9f7e

View file

@ -36,8 +36,8 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</view>
<view contentMode="scaleAspectFill" id="127" userLabel="preview">
<rect key="frame" x="216" y="323.99999987758844" width="96" height="128"/>
<view contentMode="scaleAspectFit" id="127" userLabel="preview">
<rect key="frame" x="216.00000029802322" y="323.99999984561953" width="96" height="128"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMinY="YES" heightSizable="YES"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</view>