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:
parent
4bbc86d31c
commit
2bd9d66841
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue