mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-05 18:29:26 -05:00
7 lines
106 B
QML
7 lines
106 B
QML
import QtQuick
|
|
|
|
Flickable {
|
|
maximumFlickVelocity: 3500
|
|
boundsBehavior: Flickable.DragOverBounds
|
|
}
|