aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mobile-widgets/qml/DiveList.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml
index d332769e5..43b95c4f3 100644
--- a/mobile-widgets/qml/DiveList.qml
+++ b/mobile-widgets/qml/DiveList.qml
@@ -11,6 +11,7 @@ Kirigami.ScrollablePage {
id: page
objectName: "DiveList"
title: qsTr("Dive list")
+ verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff
background: Rectangle {
color: subsurfaceTheme.backgroundColor
}