Fix lockscreen anchoring to non-existent item, and fix errors

This commit is contained in:
Devin Lin 2020-12-05 17:03:33 -05:00
parent 9505fd2404
commit f9ab2bc9dd

View file

@ -34,15 +34,13 @@ PlasmaCore.ColorScope {
layer.enabled: true
layer.effect: DropShadow {
anchors.fill: icons
visible: !showingApp
visible: true
cached: true
horizontalOffset: 0
verticalOffset: 1
radius: 4.0
samples: 17
color: Qt.rgba(0,0,0,0.8)
source: icons
}
PlasmaCore.DataSource {