From 95c9a505c6bef852da52e0262e427f32a16004a2 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 16 Apr 2018 11:44:20 -0700 Subject: 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 --- mobile-widgets/qml/DiveList.qml | 3 --- 1 file changed, 3 deletions(-) (limited to 'mobile-widgets/qml/DiveList.qml') diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index d9a171872..0ff7a67cd 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -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 -- cgit v1.2.3-70-g09d2