Browse Source

qml: hide shadow in MusicAlbumsGridExpandDelegate when image is not ready

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

1
modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml

@ -129,6 +129,7 @@ FocusScope {
Widgets.ListCoverShadow {
anchors.fill: parent
visible: (parent.status === RoundImage.Ready)
}
}
}

Loading…
Cancel
Save