diff options
author | Marco Martin <notmart@gmail.com> | 2015-11-30 00:01:53 +0100 |
---|---|---|
committer | Marco Martin <notmart@gmail.com> | 2015-11-30 00:04:10 +0100 |
commit | 13f78743c668629b41586427202b34724647fa56 (patch) | |
tree | dd7b2041658befeec629dd24cc9140a43366f9db /qt-mobile/qml | |
parent | b96f202f14ab4703057116ac1c1bba601da75a99 (diff) | |
download | subsurface-13f78743c668629b41586427202b34724647fa56.tar.gz |
Divelist has its own color
don't reassign DiveList color upon declaration
it's just redundant and error prone
Signed-off-by: Marco Martin <notmart@gmail.com>
Diffstat (limited to 'qt-mobile/qml')
-rw-r--r-- | qt-mobile/qml/main.qml | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |