diff --git a/desktoppackage/contents/explorer/WidgetExplorer.qml b/desktoppackage/contents/explorer/WidgetExplorer.qml --- a/desktoppackage/contents/explorer/WidgetExplorer.qml +++ b/desktoppackage/contents/explorer/WidgetExplorer.qml @@ -326,7 +326,7 @@ //moved due to filtering displaced: Transition { NumberAnimation { - properties: "y" + properties: "x,y" duration: units.shortDuration * 3 } }