mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-20 06:45:27 +00:00
QML UI: dive list performance: no background rectangle
This is one of the suggested performance enhancement to reduce redundant painting. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2529529ff9
commit
95c9a505c6
1 changed files with 0 additions and 3 deletions
|
@ -12,9 +12,6 @@ Kirigami.ScrollablePage {
|
|||
objectName: "DiveList"
|
||||
title: qsTr("Dive list")
|
||||
verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff
|
||||
background: Rectangle {
|
||||
color: subsurfaceTheme.backgroundColor
|
||||
}
|
||||
width: subsurfaceTheme.columnWidth
|
||||
property int credentialStatus: manager.credentialStatus
|
||||
property int numDives: diveListView.count
|
||||
|
|
Loading…
Add table
Reference in a new issue