qml: add deadzones on the edge of the screen to work around android back gesture unintended click events

This commit is contained in:
Sander van Grieken
2023-07-13 16:19:37 +02:00
committed by accumulator
parent a6a2679d8a
commit 583afefe33
9 changed files with 45 additions and 29 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ Pane {
spacing: 0
anchors.fill: parent
ListView {
ElListView {
id: listview
Layout.preferredWidth: parent.width
Layout.fillHeight: true