[vlc-commits] [Git][videolan/vlc][master] 3 commits: Set channel top space constraint to 10
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Thu Jun 23 17:08:04 UTC 2022
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
5c1a2955 by Dave Nicolson at 2022-06-23T16:50:39+00:00
Set channel top space constraint to 10
- - - - -
60ae5bd4 by Dave Nicolson at 2022-06-23T16:50:39+00:00
Set frame rate top space constraint to 10
- - - - -
2e08074d by Dave Nicolson at 2022-06-23T16:50:39+00:00
Set enable video bottom space constraint to 9
- - - - -
2 changed files:
- modules/gui/macosx/UI/ConvertAndSave.xib
- modules/gui/macosx/UI/SimplePreferences.xib
Changes:
=====================================
modules/gui/macosx/UI/ConvertAndSave.xib
=====================================
@@ -734,7 +734,7 @@ DQ
<constraint firstItem="186" firstAttribute="centerY" secondItem="187" secondAttribute="centerY" id="YW3-fa-Qg7"/>
<constraint firstItem="178" firstAttribute="leading" secondItem="170" secondAttribute="leading" id="Yns-Zh-d7p"/>
<constraint firstItem="178" firstAttribute="centerY" secondItem="180" secondAttribute="centerY" id="ZMJ-mB-23s"/>
- <constraint firstItem="180" firstAttribute="top" secondItem="172" secondAttribute="bottom" constant="7" id="aag-xy-WLY"/>
+ <constraint firstItem="180" firstAttribute="top" secondItem="172" secondAttribute="bottom" constant="10" id="aag-xy-WLY"/>
<constraint firstItem="180" firstAttribute="centerY" secondItem="184" secondAttribute="centerY" id="dkQ-eq-5mm"/>
<constraint firstItem="188" firstAttribute="leading" secondItem="187" secondAttribute="trailing" constant="8" id="gcv-CZ-Z0G"/>
<constraint firstItem="170" firstAttribute="leading" secondItem="obk-BV-A6E" secondAttribute="leading" constant="17" id="iIz-3f-eZW"/>
@@ -914,7 +914,7 @@ DQ
</stepper>
</subviews>
<constraints>
- <constraint firstItem="233" firstAttribute="top" secondItem="217" secondAttribute="bottom" constant="11" id="19C-XV-mLX"/>
+ <constraint firstItem="233" firstAttribute="top" secondItem="217" secondAttribute="bottom" constant="10" id="19C-XV-mLX"/>
<constraint firstItem="215" firstAttribute="trailing" secondItem="213" secondAttribute="trailing" id="3c7-vM-acx"/>
<constraint firstItem="216" firstAttribute="leading" secondItem="231" secondAttribute="leading" id="54b-m4-BgX"/>
<constraint firstItem="217" firstAttribute="top" secondItem="214" secondAttribute="bottom" constant="10" id="ABD-3L-qkF"/>
=====================================
modules/gui/macosx/UI/SimplePreferences.xib
=====================================
@@ -411,7 +411,7 @@ Gw
</textFieldCell>
</textField>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="3911">
- <rect key="frame" x="145" y="9" width="396" height="25"/>
+ <rect key="frame" x="144" y="8" width="398" height="25"/>
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="3912">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="menu"/>
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/3c5459fbe72b91aa55a254bb69a904740c7cbd88...2e08074d36eaf633db022acf4727012cce4c1b31
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/3c5459fbe72b91aa55a254bb69a904740c7cbd88...2e08074d36eaf633db022acf4727012cce4c1b31
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list