Skip to content

Commit dee106a

Browse files
Merge pull request #1409 from wutschel/popup_bottompadding
Improve: Resize HostVCs tip view
2 parents e445bf0 + ef39ad4 commit dee106a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

XBMC Remote/HostViewController.xib

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -369,26 +369,26 @@ TCP port</string>
369369
</connections>
370370
</button>
371371
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="z1M-ev-5kX" userLabel="View - tip">
372-
<rect key="frame" x="0.0" y="260" width="320" height="155"/>
372+
<rect key="frame" x="0.0" y="245" width="320" height="160"/>
373373
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
374374
<subviews>
375375
<imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" fixedFrame="YES" image="button_info" translatesAutoresizingMaskIntoConstraints="NO" id="101">
376376
<rect key="frame" x="2" y="6" width="20" height="20"/>
377-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
377+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
378378
<color key="tintColor" systemColor="linkColor"/>
379379
</imageView>
380380
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" fixedFrame="YES" text="How-to activate the remote app in Kodi" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumFontSize="11" translatesAutoresizingMaskIntoConstraints="NO" id="92">
381381
<rect key="frame" x="25" y="5" width="285" height="20"/>
382-
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
383382
<fontDescription key="fontDescription" type="boldSystem" pointSize="16"/>
383+
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
384384
<color key="textColor" red="1" green="1" blue="1" alpha="0.65000000000000002" colorSpace="custom" customColorSpace="sRGB"/>
385385
<nil key="highlightedColor"/>
386386
<color key="shadowColor" red="0.0" green="0.0" blue="0.0" alpha="0.5" colorSpace="custom" customColorSpace="sRGB"/>
387387
<size key="shadowOffset" width="0.0" height="1"/>
388388
</label>
389389
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" fixedFrame="YES" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" minimumFontSize="11" translatesAutoresizingMaskIntoConstraints="NO" id="100">
390390
<rect key="frame" x="25" y="27" width="285" height="105"/>
391-
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
391+
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
392392
<string key="text">Settings &gt; Services &gt; Control:
393393
1. Web Server &gt; Allow remote control via HTTP
394394
2. Application Control &gt; Allow remote control from applications on other systems</string>
@@ -399,12 +399,12 @@ TCP port</string>
399399
<size key="shadowOffset" width="0.0" height="1"/>
400400
</label>
401401
<imageView clipsSubviews="YES" userInteractionEnabled="NO" alpha="0.80000000000000004" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="st_kodi_action" id="dVE-tO-jAs">
402-
<rect key="frame" x="150" y="134" width="20" height="20"/>
402+
<rect key="frame" x="150" y="139" width="20" height="20"/>
403403
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
404404
<color key="tintColor" systemColor="linkColor"/>
405405
</imageView>
406406
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="qfc-bq-JEV" userLabel="Help Wiki">
407-
<rect key="frame" x="5" y="134" width="145" height="20"/>
407+
<rect key="frame" x="5" y="139" width="145" height="20"/>
408408
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
409409
<fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
410410
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
@@ -416,7 +416,7 @@ TCP port</string>
416416
</connections>
417417
</button>
418418
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="WjS-8Z-d9q" userLabel="Help Forum">
419-
<rect key="frame" x="169" y="134" width="146" height="20"/>
419+
<rect key="frame" x="168" y="139" width="147" height="20"/>
420420
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMinY="YES"/>
421421
<fontDescription key="fontDescription" type="boldSystem" pointSize="14"/>
422422
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>

0 commit comments

Comments
 (0)