mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 21:45:38 -05:00
Updates to scrolling logic
This commit is contained in:
@@ -114,8 +114,9 @@ Column {
|
||||
contentWidth: width
|
||||
contentHeight: spanningNetworksColumn.height
|
||||
boundsBehavior: Flickable.DragAndOvershootBounds
|
||||
flickDeceleration: 8000
|
||||
maximumFlickVelocity: 15000
|
||||
// Enhanced native kinetic scrolling - Qt handles touch vs mouse automatically
|
||||
flickDeceleration: 1000 // Lower = more momentum, longer scrolling
|
||||
maximumFlickVelocity: 8000 // Higher = faster maximum scroll speed
|
||||
|
||||
Column {
|
||||
id: spanningNetworksColumn
|
||||
|
||||
Reference in New Issue
Block a user