mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Fix lockscreen anchoring to non-existent item, and fix errors
This commit is contained in:
parent
9505fd2404
commit
f9ab2bc9dd
1 changed files with 1 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue