make tasks disappear when they go away

This commit is contained in:
Marco Martin 2015-09-10 16:52:41 +02:00
parent 5af13c56cf
commit 3cba469c3e

View file

@ -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