浏览代码

VLCMovieViewcontroller: fix title not visible on iPad in landscape

The title was pinned to the top with 800 pixel more.
On iPad in landscape (height 720 )it was placed outside the views bounds
It's now placed in relation to the bottom of the view
Carola Nitz 7 年之前
父节点
当前提交
ae5942d106
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Resources/VLCMovieViewController~ipad.xib

+ 1 - 1
Resources/VLCMovieViewController~ipad.xib

@@ -75,7 +75,7 @@
                 </view>
                 </view>
                 <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" misplaced="YES" text="Track Name" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="12" adjustsLetterSpacingToFitWidth="YES" id="304">
                 <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" misplaced="YES" text="Track Name" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="12" adjustsLetterSpacingToFitWidth="YES" id="304">
                     <rect key="frame" x="84" y="820" width="600" height="28"/>
                     <rect key="frame" x="84" y="820" width="600" height="28"/>
-                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
+                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
                     <fontDescription key="fontDescription" type="system" pointSize="23"/>
                     <fontDescription key="fontDescription" type="system" pointSize="23"/>
                     <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                     <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                     <nil key="highlightedColor"/>
                     <nil key="highlightedColor"/>