From 13f78743c668629b41586427202b34724647fa56 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 30 Nov 2015 00:01:53 +0100 Subject: Divelist has its own color don't reassign DiveList color upon declaration it's just redundant and error prone Signed-off-by: Marco Martin --- qt-mobile/qml/main.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index dd1999e03..bf282608c 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -210,7 +210,6 @@ MobileComponents.ApplicationWindow { initialPage: DiveList { anchors.fill: detailsPage id: diveDetails - color: MobileComponents.Theme.backgroundColor } QMLManager { -- cgit v1.2.3-70-g09d2