Skip to content
Snippets Groups Projects
Commit 2d6c4156 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Jean-Baptiste Kempf
Browse files

qml/MusicArtistsAlbums: use AcrylicBackground for list

parent ca242d7b
No related branches found
No related tags found
1 merge request!559qt: Add acrylic effect on windows 10
......@@ -101,11 +101,10 @@ FocusScope {
focus: visible
anchors.fill: parent
Rectangle {
Widgets.AcrylicBackground {
width: artistList.width
height: artistList.height
color: VLCStyle.colors.bgAlt
opacity: .8
alternativeColor: VLCStyle.colors.bgAlt
}
Row {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment