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:
parent
a47bcbb3e7
commit
026e90df3d
@ -11,6 +11,7 @@ Kirigami.ScrollablePage {
|
|||||||
id: page
|
id: page
|
||||||
objectName: "DiveList"
|
objectName: "DiveList"
|
||||||
title: qsTr("Dive list")
|
title: qsTr("Dive list")
|
||||||
|
verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: subsurfaceTheme.backgroundColor
|
color: subsurfaceTheme.backgroundColor
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user