Switch off snap behavior

This commit is contained in:
vladest 2017-08-17 22:28:42 +02:00
parent a4123e3024
commit f3969b0909

View file

@ -237,9 +237,6 @@ Column {
textSizeSmall: root.textSizeSmall; textSizeSmall: root.textSizeSmall;
stackShadowNarrowing: root.stackShadowNarrowing; stackShadowNarrowing: root.stackShadowNarrowing;
shadowHeight: root.stackedCardShadowHeight; shadowHeight: root.stackedCardShadowHeight;
hoverThunk: function () { scrollToIndex(index); }
unhoverThunk: function () { scrollToIndex(-1); }
} }
} }
NumberAnimation { NumberAnimation {