mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +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.enabled: true
|
||||||
layer.effect: DropShadow {
|
layer.effect: DropShadow {
|
||||||
anchors.fill: icons
|
visible: true
|
||||||
visible: !showingApp
|
|
||||||
cached: true
|
cached: true
|
||||||
horizontalOffset: 0
|
horizontalOffset: 0
|
||||||
verticalOffset: 1
|
verticalOffset: 1
|
||||||
radius: 4.0
|
radius: 4.0
|
||||||
samples: 17
|
samples: 17
|
||||||
color: Qt.rgba(0,0,0,0.8)
|
color: Qt.rgba(0,0,0,0.8)
|
||||||
source: icons
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PlasmaCore.DataSource {
|
PlasmaCore.DataSource {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue