mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
QML UI: set the color of the action side-buttons
This sets the color of the action side-buttons to the same color as the overlay drawer. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
parent
8f0621f733
commit
c1e0324d95
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ if you have network connectivity and want to sync your data to cloud storage."),
|
|||
Kirigami.Theme.buttonHoverColor = Qt.binding(function() { return darkerPrimaryColor })
|
||||
Kirigami.Theme.viewBackgroundColor = Qt.binding(function() { return drawerColor })
|
||||
Kirigami.Theme.viewTextColor = Qt.binding(function() { return textColor })
|
||||
Kirigami.Theme.buttonBackgroundColor = Qt.binding(function() { return darkerPrimaryColor })
|
||||
Kirigami.Theme.buttonBackgroundColor = Qt.binding(function() { return drawerColor })
|
||||
Kirigami.Theme.buttonTextColor = Qt.binding(function() { return textColor })
|
||||
|
||||
// this needs to pick the theme from persistent preference settings
|
||||
|
|
Loading…
Add table
Reference in a new issue