diff --git a/modules/gui/qt/medialibrary/qml/VideoInfoExpandPanel.qml b/modules/gui/qt/medialibrary/qml/VideoInfoExpandPanel.qml index ec90b512b4..74fa480fc3 100644 --- a/modules/gui/qt/medialibrary/qml/VideoInfoExpandPanel.qml +++ b/modules/gui/qt/medialibrary/qml/VideoInfoExpandPanel.qml @@ -116,10 +116,11 @@ FocusScope { anchors.fill: parent source: model.thumbnail || VLCStyle.noArtVideoCover radius: VLCStyle.gridCover_radius - } - Widgets.ListCoverShadow { - anchors.fill: expand_cover_id + Widgets.ListCoverShadow { + anchors.fill: parent + z: -1 + } } }