mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:03:53 +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;
|
||||
stackShadowNarrowing: root.stackShadowNarrowing;
|
||||
shadowHeight: root.stackedCardShadowHeight;
|
||||
|
||||
hoverThunk: function () { scrollToIndex(index); }
|
||||
unhoverThunk: function () { scrollToIndex(-1); }
|
||||
}
|
||||
}
|
||||
NumberAnimation {
|
||||
|
|
Loading…
Reference in a new issue