Remove PropertyAnimation test

This commit is contained in:
Ian Paschal 2019-01-09 16:31:26 +01:00
parent 4ce244362c
commit f6c754c57f

View file

@ -156,9 +156,6 @@ Item
}
height: 72 * screenScaleFactor // TODO: Theme!te theRect's x property
}
// TODO: Make this work.
PropertyAnimation { target: printerConfiguration; property: "visible"; to: 0; loops: Animation.Infinite; duration: 500 }
}