[vlc-commits] [Git][videolan/vlc][master] macosx: Change playlist icon to make it more media type-agnostic
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Sat Sep 14 15:33:37 UTC 2024
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
9ffa52c9 by Claudio Cambra at 2024-09-14T15:20:56+00:00
macosx: Change playlist icon to make it more media type-agnostic
Can seem like playlists are for music and not general media
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
1 changed file:
- modules/gui/macosx/UI/VLCLibraryWindow.xib
Changes:
=====================================
modules/gui/macosx/UI/VLCLibraryWindow.xib
=====================================
@@ -361,12 +361,12 @@
</connections>
</button>
</toolbarItem>
- <toolbarItem implicitItemIdentifier="0F5C2845-FFED-400C-8869-4785561D4CE3" label="Toggle Playlist" paletteLabel="Toggle Playlist" image="music.note.list" catalog="system" sizingBehavior="auto" id="Lf2-ec-tHh">
+ <toolbarItem implicitItemIdentifier="0F5C2845-FFED-400C-8869-4785561D4CE3" label="Toggle Playlist" paletteLabel="Toggle Playlist" image="list.triangle" catalog="system" sizingBehavior="auto" id="Lf2-ec-tHh">
<nil key="toolTip"/>
<button key="view" wantsLayer="YES" verticalHuggingPriority="750" id="IaO-se-D0g">
<rect key="frame" x="29" y="14" width="26" height="19"/>
<autoresizingMask key="autoresizingMask"/>
- <buttonCell key="cell" type="recessed" bezelStyle="recessed" image="music.note.list" catalog="system" imagePosition="only" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="YeZ-La-h4h">
+ <buttonCell key="cell" type="recessed" bezelStyle="recessed" image="list.triangle" catalog="system" imagePosition="only" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="YeZ-La-h4h">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
<font key="font" metaFont="systemBold" size="12"/>
</buttonCell>
@@ -1557,7 +1557,7 @@
<image name="fullscreen-one-button" width="29" height="23"/>
<image name="fullscreen-one-button-pressed" width="29" height="23"/>
<image name="libraryPlay" width="64" height="64"/>
- <image name="music.note.list" catalog="system" width="16" height="15"/>
+ <image name="list.triangle" catalog="system" width="16" height="12"/>
<image name="sidebar.left" catalog="system" width="18" height="14"/>
</resources>
</document>
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/9ffa52c9a0a365586fcb27764afee20a1f5dcfc4
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/9ffa52c9a0a365586fcb27764afee20a1f5dcfc4
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