[vlc-commits] [Git][videolan/vlc][master] qml: add missing display margin and fade enabler bindings in `MusicArtistsAlbums`
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Mon Jul 21 15:18:06 UTC 2025
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
f2011852 by Fatih Uzunoglu at 2025-07-21T14:19:14+00:00
qml: add missing display margin and fade enabler bindings in `MusicArtistsAlbums`
It seems that I forgot these assignments in 849f7436.
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml
=====================================
@@ -189,6 +189,9 @@ FocusScope {
fadingEdge.enableBeginningFade: root.enableBeginningFade
fadingEdge.enableEndFade: root.enableEndFade
+ displayMarginBeginning: root.displayMarginBeginning
+ displayMarginEnd: root.displayMarginEnd
+
onCurrentIndexChanged: {
if (!artistList._sidebarInitialyPositioned)
return
@@ -364,6 +367,12 @@ FocusScope {
Layout.fillHeight: true
Layout.fillWidth: true
+ enableBeginningFade: root.enableBeginningFade
+ enableEndFade: root.enableEndFade
+
+ displayMarginBeginning: root.displayMarginBeginning
+ displayMarginEnd: root.displayMarginEnd
+
rightPadding: root.rightPadding
focus: true
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f2011852e0a5a4c23334f63b1e574b00d3d2d369
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f2011852e0a5a4c23334f63b1e574b00d3d2d369
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