summary refs log tree commit diff
path: root/resources/qml/components
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-06-02 01:36:01 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-06-08 22:32:08 +0200
commitc25d0c6b2f30731b108e99c6ceccd925d764eb56 (patch)
treec7c718bde72a07d5d147fe2ee28949f336cb5478 /resources/qml/components
parentFix palette access and QMediaPlayer errors (diff)
downloadnheko-c25d0c6b2f30731b108e99c6ceccd925d764eb56.tar.xz
Get rid of scrollhelper
Diffstat (limited to 'resources/qml/components')
-rw-r--r--resources/qml/components/ReorderableListview.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/qml/components/ReorderableListview.qml b/resources/qml/components/ReorderableListview.qml

index 4e67082e..1e8ab7b0 100644 --- a/resources/qml/components/ReorderableListview.qml +++ b/resources/qml/components/ReorderableListview.qml
@@ -105,10 +105,6 @@ Item { clip: true anchors { fill: parent; margins: 2 } - ScrollHelper { - flickable: parent - anchors.fill: parent - } model: visualModel