diff --git a/KomplexHubModule/Controls/HorizontalPaginator.qml b/KomplexHubModule/Controls/HorizontalPaginator.qml index 3676e99..46d9745 100644 --- a/KomplexHubModule/Controls/HorizontalPaginator.qml +++ b/KomplexHubModule/Controls/HorizontalPaginator.qml @@ -47,8 +47,6 @@ Item height: 245 color: palette.accent radius: 5 - // x: resultsView.currentItem.x - // y: resultsView.currentItem.y Behavior on x { SpringAnimation { spring: 3; damping: 0.2 } } Behavior on y { SpringAnimation { spring: 3; damping: 0.2 } } }