[vlc-commits] [Git][videolan/vlc][master] 2 commits: macosx: Fix dark appearance file output text label
François Cartegnie (@fcartegnie)
gitlab at videolan.org
Fri Dec 30 15:18:09 UTC 2022
François Cartegnie pushed to branch master at VideoLAN / VLC
Commits:
ccb852d7 by Dave Nicolson at 2022-12-30T14:57:11+00:00
macosx: Fix dark appearance file output text label
- - - - -
be523967 by Dave Nicolson at 2022-12-30T14:57:11+00:00
macosx: Fix choose destination header
- - - - -
1 changed file:
- modules/gui/macosx/UI/ConvertAndSave.xib
Changes:
=====================================
modules/gui/macosx/UI/ConvertAndSave.xib
=====================================
@@ -287,7 +287,8 @@
</customView>
</subviews>
<constraints>
- <constraint firstItem="404" firstAttribute="leading" secondItem="35" secondAttribute="leading" id="7df-Bg-DO2"/>
+ <constraint firstItem="404" firstAttribute="leading" secondItem="AhF-YR-JeB" secondAttribute="leading" constant="42" id="1rc-S7-tCZ"/>
+ <constraint firstItem="35" firstAttribute="leading" secondItem="AhF-YR-JeB" secondAttribute="leading" constant="12" id="6Fi-nE-OLf"/>
<constraint firstItem="QZC-Ij-ExL" firstAttribute="centerX" secondItem="AhF-YR-JeB" secondAttribute="centerX" id="8OH-Qk-eDc"/>
<constraint firstItem="392" firstAttribute="leading" secondItem="QZC-Ij-ExL" secondAttribute="trailing" constant="-2" id="Dzi-vX-Pur"/>
<constraint firstItem="404" firstAttribute="centerY" secondItem="389" secondAttribute="centerY" id="Elm-ny-3z0"/>
@@ -295,7 +296,6 @@
<constraint firstItem="QZC-Ij-ExL" firstAttribute="leading" secondItem="389" secondAttribute="trailing" constant="-3" id="WbW-cJ-1IX"/>
<constraint firstItem="QZC-Ij-ExL" firstAttribute="centerY" secondItem="AhF-YR-JeB" secondAttribute="centerY" constant="10" id="ZSO-2c-zCe"/>
<constraint firstItem="QZC-Ij-ExL" firstAttribute="height" secondItem="392" secondAttribute="height" id="cox-aD-z4G"/>
- <constraint firstItem="35" firstAttribute="leading" secondItem="AhF-YR-JeB" secondAttribute="leading" constant="17" id="cwo-xq-mtI"/>
<constraint firstItem="389" firstAttribute="centerY" secondItem="392" secondAttribute="centerY" id="wML-B4-jxu"/>
<constraint firstItem="QZC-Ij-ExL" firstAttribute="centerY" secondItem="392" secondAttribute="centerY" id="x9n-V7-R5B"/>
</constraints>
@@ -1424,7 +1424,7 @@ Gw
<rect key="frame" x="57" y="28" width="83" height="17"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Choose a file" id="52">
<font key="font" metaFont="system"/>
- <color key="textColor" name="controlShadowColor" catalog="System" colorSpace="catalog"/>
+ <color key="textColor" name="headerColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/0679ad1293792392a82dc2fb3d79c901b4ede149...be5239676f25419822572edbcf78342eabfb8e1f
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/0679ad1293792392a82dc2fb3d79c901b4ede149...be5239676f25419822572edbcf78342eabfb8e1f
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