mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 02:23:25 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ Kirigami.ScrollablePage {
|
|||
id: page
|
||||
objectName: "DiveList"
|
||||
title: qsTr("Dive list")
|
||||
verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff
|
||||
background: Rectangle {
|
||||
color: subsurfaceTheme.backgroundColor
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue