diff --git a/Modals/FileBrowserModal.qml b/Modals/FileBrowserModal.qml index a4509aee..6e203aed 100644 --- a/Modals/FileBrowserModal.qml +++ b/Modals/FileBrowserModal.qml @@ -193,7 +193,7 @@ DankModal { } } - GridView { + DankGridView { id: fileGrid width: parent.width @@ -212,15 +212,6 @@ DankModal { policy: ScrollBar.AlwaysOff } - // Qt 6.9+ scrolling: flickDeceleration/maximumFlickVelocity only affect touch now - interactive: true - flickDeceleration: 1500 // Touch only in Qt 6.9+ // Lower = more momentum, longer scrolling - maximumFlickVelocity: 2000 // Touch only in Qt 6.9+ // Higher = faster maximum scroll speed - boundsBehavior: Flickable.DragAndOvershootBounds - boundsMovement: Flickable.FollowBoundsBehavior - pressDelay: 0 - flickableDirection: Flickable.VerticalFlick - delegate: StyledRect { id: delegateRoot