mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 10:44:46 +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
|
width: parent.width
|
||||||
height: parent.height
|
height: parent.height
|
||||||
radius: units.gridUnit
|
radius: units.gridUnit
|
||||||
opacity: 0.8
|
opacity: 0.8 * (1-Math.abs(x)/width)
|
||||||
PlasmaCore.IconItem {
|
PlasmaCore.IconItem {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
width: Math.min(parent.width, parent.height) / 2
|
width: Math.min(parent.width, parent.height) / 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue