[vlc-commits] [Git][videolan/vlc][master] macosx: Minor fix detached audio window seek backwards ui
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Sat Jul 12 17:35:59 UTC 2025
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
6dc29195 by Bob Moriasi at 2025-07-12T17:15:03+00:00
macosx: Minor fix detached audio window seek backwards ui
- - - - -
1 changed file:
- modules/gui/macosx/UI/VLCDetachedAudioWindow.xib
Changes:
=====================================
modules/gui/macosx/UI/VLCDetachedAudioWindow.xib
=====================================
@@ -58,7 +58,7 @@
<subviews>
<button translatesAutoresizingMaskIntoConstraints="NO" id="gAM-N6-20z" userLabel="Jump Back Button">
<rect key="frame" x="0.0" y="3" width="20.5" height="28"/>
- <buttonCell key="cell" type="bevel" bezelStyle="regularSquare" image="arrow.trianglehead.counterclockwise" catalog="system" imagePosition="only" alignment="center" alternateImage="backward.fill" controlSize="large" continuous="YES" imageScaling="proportionallyUpOrDown" id="ZMf-Wu-LAx">
+ <buttonCell key="cell" type="bevel" bezelStyle="regularSquare" image="arrow.trianglehead.counterclockwise" catalog="system" imagePosition="only" alignment="center" alternateImage="arrow.trianglehead.counterclockwise" controlSize="large" continuous="YES" imageScaling="proportionallyUpOrDown" id="ZMf-Wu-LAx">
<behavior key="behavior" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6dc291953e566483e115375afda97bfa8b17dcd2
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6dc291953e566483e115375afda97bfa8b17dcd2
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