浏览代码

library: fix thumbnail resizing mask on iOS 7 phones

Felix Paul Kühne 11 年之前
父节点
当前提交
a53eaf9037
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Resources/VLCFuturePlaylistTableViewCell.xib

+ 1 - 1
Resources/VLCFuturePlaylistTableViewCell.xib

@@ -17,7 +17,7 @@
                 <subviews>
                     <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" id="4">
                         <rect key="frame" x="0.0" y="0.0" width="320" height="89"/>
-                        <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
+                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                         <color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
                     </imageView>
                     <imageView userInteractionEnabled="NO" contentMode="scaleToFill" image="gradient-cell-ios7.png" id="22">