aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qt-mobile/main.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-mobile/main.qml b/qt-mobile/main.qml
index 812a27429..4f0bb16e7 100644
--- a/qt-mobile/main.qml
+++ b/qt-mobile/main.qml
@@ -61,6 +61,7 @@ ApplicationWindow {
spacing: prefsButton.height * 0.1
Rectangle {
id: topPart
+ color: "#2C4882"
Layout.minimumHeight: prefsButton.height * 1.2
Layout.fillWidth: true
anchors.bottom: detailsPage.top
@@ -94,6 +95,7 @@ ApplicationWindow {
DiveList {
anchors.fill: detailsPage
id: diveDetails
+ color: "#2C4882"
}
}