Browse Source

qml: change parent of ListCoverShadow in VideoInfoExpandPanel

pull/162/head
Fatih Uzunoglu 3 years ago
committed by Jean-Baptiste Kempf
parent
commit
e22b4706ff
  1. 7
      modules/gui/qt/medialibrary/qml/VideoInfoExpandPanel.qml

7
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
}
}
}

Loading…
Cancel
Save