1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2024-11-25 02:15:17 +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 { Rectangle {
id: playQueueShim id: playQueueShim
anchors.fill: albumArt
color: Theme.rgba(Theme.overlayBackgroundColor, Theme.opacityLow) color: Theme.rgba(Theme.overlayBackgroundColor, Theme.opacityLow)
opacity: 0 opacity: 0
} }