1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2024-05-01 12:16:27 +00:00

Actually make the shim visible

This commit is contained in:
Chris Josten 2021-08-22 14:47:21 +02:00
parent 4bbc86d31c
commit 2bd9d66841

View file

@ -86,6 +86,7 @@ PanelBackground {
}
Rectangle {
id: playQueueShim
anchors.fill: albumArt
color: Theme.rgba(Theme.overlayBackgroundColor, Theme.opacityLow)
opacity: 0
}