mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
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>
This commit is contained in:
parent
57e365222b
commit
3f055ac9cb
1 changed files with 1 additions and 0 deletions
|
@ -386,6 +386,7 @@ Kirigami.ApplicationWindow {
|
||||||
Kirigami.Theme.highlighedTextColor = Qt.binding(function() { return darkPrimaryTextColor })
|
Kirigami.Theme.highlighedTextColor = Qt.binding(function() { return darkPrimaryTextColor })
|
||||||
Kirigami.Theme.backgroundColor = Qt.binding(function() { return backgroundColor })
|
Kirigami.Theme.backgroundColor = Qt.binding(function() { return backgroundColor })
|
||||||
Kirigami.Theme.textColor = Qt.binding(function() { return diveListTextColor })
|
Kirigami.Theme.textColor = Qt.binding(function() { return diveListTextColor })
|
||||||
|
Kirigami.Theme.buttonHoverColor = Qt.binding(function() { return lightPrimaryColor })
|
||||||
manager.setStatusbarColor(darkPrimaryColor)
|
manager.setStatusbarColor(darkPrimaryColor)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue