mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:00:44 +02:00
Switch off snap behavior
This commit is contained in:
parent
a4123e3024
commit
f3969b0909
1 changed files with 0 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue