aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-23 07:59:49 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-06-23 08:44:55 -0700
commit3f055ac9cbd6941393c27cce89c9c7e598e44a39 (patch)
tree0635ff591e49126f33e2a4a9447fe7c2d6a3c0d4
parent57e365222b939668a54281f9edea34c7fdf3a152 (diff)
downloadsubsurface-3f055ac9cbd6941393c27cce89c9c7e598e44a39.tar.gz
QML UI: set color of the action button
This requires Kirigami master past 2.2.0 (which explains commit 001ff1b9 "QML UI: switch to Kirigami master"). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-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 af8992dd9..5a4c938b1 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -386,6 +386,7 @@ Kirigami.ApplicationWindow {
Kirigami.Theme.highlighedTextColor = Qt.binding(function() { return darkPrimaryTextColor })
Kirigami.Theme.backgroundColor = Qt.binding(function() { return backgroundColor })
Kirigami.Theme.textColor = Qt.binding(function() { return diveListTextColor })
+ Kirigami.Theme.buttonHoverColor = Qt.binding(function() { return lightPrimaryColor })
manager.setStatusbarColor(darkPrimaryColor)
}
}