From 026e90df3db1bc37fe845db32f02002d4c749fc3 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 15 Apr 2018 07:28:41 -0700 Subject: QML UI: don't show a vertical scrollbar in dive list With the folding trips it just looks confusing as it changes size. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveList.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'mobile-widgets/qml') 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 } -- cgit v1.2.3-70-g09d2