aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/main.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-20 07:46:55 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-20 07:49:11 -0700
commite49301ea21ecca427d6f9c9d55215160469521ef (patch)
treee3244d730a027530eb3a2463067d039e490ad073 /mobile-widgets/qml/main.qml
parent3d8f61fe6c0d4c6d8841d79c0507e44db5412840 (diff)
downloadsubsurface-e49301ea21ecca427d6f9c9d55215160469521ef.tar.gz
QML UI: DiveList: add background color to trip heading
In order to make it easier to see the changes, the code hasn't been re-indented. This will be in the next commit. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-rw-r--r--mobile-widgets/qml/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index d3d102f99..c904be605 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -311,6 +311,7 @@ Kirigami.ApplicationWindow {
property color shadedColor: "#132744"
property color accentTextColor: "#ececec"
property color diveListTextColor: "#000000" // the Kirigami theme text color is too light
+ property color darkBackgroundColor: "#eeeeee"
property int columnWidth: Math.round(rootItem.width/(Kirigami.Units.gridUnit*28)) > 0 ? Math.round(rootItem.width / Math.round(rootItem.width/(Kirigami.Units.gridUnit*28))) : rootItem.width
}