Jelajahi Sumber

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 tahun lalu
induk
melakukan
ae5942d106
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Resources/VLCMovieViewController~ipad.xib

+ 1 - 1
Resources/VLCMovieViewController~ipad.xib

@@ -75,7 +75,7 @@
                 </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">
                     <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"/>
                     <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                     <nil key="highlightedColor"/>