mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
make tasks disappear when they go away
This commit is contained in:
parent
5af13c56cf
commit
3cba469c3e
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ Item {
|
|||
width: parent.width
|
||||
height: parent.height
|
||||
radius: units.gridUnit
|
||||
opacity: 0.8
|
||||
opacity: 0.8 * (1-Math.abs(x)/width)
|
||||
PlasmaCore.IconItem {
|
||||
anchors.centerIn: parent
|
||||
width: Math.min(parent.width, parent.height) / 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue