summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-01 16:55:24 -0500
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-01 16:55:24 -0500
commitc117a7be6ef9a07974235439f39b320a203d9df4 (patch)
treef400550ed36c921e0dcb3682bed34dd9be42edc7 /qt-mobile/qml
parent74f8d502648c6c6a20c1d2f66a1880079ceafad9 (diff)
downloadsubsurface-c117a7be6ef9a07974235439f39b320a203d9df4.tar.gz
QML UI: make the dive list font even darker
Still not black, though - there's an opacity setting somewhere that I must be missing. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml')
-rw-r--r--qt-mobile/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml
index 6b2786561..0b8e24adc 100644
--- a/qt-mobile/qml/main.qml
+++ b/qt-mobile/qml/main.qml
@@ -257,7 +257,7 @@ Kirigami.ApplicationWindow {
property color accentColor: "#2d5b9a"
property color shadedColor: "#132744"
property color accentTextColor: "#ececec"
- property color diveListTextColor: Qt.rgba(0,0,0,0.76) // the Kirigami theme text color is too light
+ property color diveListTextColor: "#000000" // the Kirigami theme text color is too light
property int columnWidth: Math.round(rootItem.width/(Kirigami.Units.gridUnit*30)) > 0 ? Math.round(rootItem.width / Math.round(rootItem.width/(Kirigami.Units.gridUnit*30))) : rootItem.width
}
/*