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 <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-04-15 07:28:41 -07:00
parent a47bcbb3e7
commit 026e90df3d

View file

@ -11,6 +11,7 @@ Kirigami.ScrollablePage {
id: page
objectName: "DiveList"
title: qsTr("Dive list")
verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff
background: Rectangle {
color: subsurfaceTheme.backgroundColor
}