[vlc-commits] [Git][videolan/vlc][master] macosx: fix no-art library detail image references
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Mon Sep 7 08:57:37 UTC 2026
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
631d53d8 by Serhii Bykov at 2026-09-07T10:43:30+02:00
macosx: fix no-art library detail image references
- - - - -
2 changed files:
- modules/gui/macosx/UI/VLCLibraryCollectionViewMediaItemListSupplementaryDetailView.xib
- modules/gui/macosx/UI/VLCLibraryCollectionViewMediaItemSupplementaryDetailView.xib
Changes:
=====================================
modules/gui/macosx/UI/VLCLibraryCollectionViewMediaItemListSupplementaryDetailView.xib
=====================================
@@ -34,7 +34,7 @@
<constraints>
<constraint firstAttribute="width" secondItem="xZd-Hk-h2M" secondAttribute="height" multiplier="1:1" priority="750" id="TIK-Ez-QbE"/>
</constraints>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="no-art" id="6X6-Og-u8A"/>
+ <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="noart" id="6X6-Og-u8A"/>
</imageView>
<stackView distribution="fillEqually" orientation="horizontal" alignment="top" spacing="4" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" horizontalHuggingPriority="1000" verticalHuggingPriority="1000" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6Nc-Mb-wDa" customClass="VLCStackView">
<userDefinedRuntimeAttributes>
@@ -296,7 +296,7 @@
</view>
</objects>
<resources>
- <image name="no-art" width="128" height="128"/>
+ <image name="noart" width="128" height="128"/>
<image name="play.fill" catalog="system" width="12" height="13"/>
<image name="plus" catalog="system" width="14" height="13"/>
<namedColor name="VLCAccentColor">
=====================================
modules/gui/macosx/UI/VLCLibraryCollectionViewMediaItemSupplementaryDetailView.xib
=====================================
@@ -34,7 +34,7 @@
<constraints>
<constraint firstAttribute="width" secondItem="xZd-Hk-h2M" secondAttribute="height" multiplier="1:1" id="6yq-tW-e4k"/>
</constraints>
- <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="no-art" id="6X6-Og-u8A"/>
+ <imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="noart" id="6X6-Og-u8A"/>
</imageView>
<stackView distribution="fillEqually" orientation="horizontal" alignment="top" spacing="4" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" verticalHuggingPriority="1000" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6Nc-Mb-wDa" customClass="VLCStackView">
<userDefinedRuntimeAttributes>
@@ -609,7 +609,7 @@
<image name="arrow.up.right.circle.fill" catalog="system" width="15" height="15"/>
<image name="heart" catalog="system" width="16" height="14"/>
<image name="heart.fill" catalog="system" width="16" height="14"/>
- <image name="no-art" width="128" height="128"/>
+ <image name="noart" width="128" height="128"/>
<image name="play.fill" catalog="system" width="12" height="13"/>
<image name="plus" catalog="system" width="14" height="13"/>
<namedColor name="VLCAccentColor">
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/631d53d898d4f76a95436f77c474437dc7ef4674
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/631d53d898d4f76a95436f77c474437dc7ef4674
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list