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