mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/UI: initialize Kirigami theme to use our colors
With this we should finally get the correct button colors even when switching color theme. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4dc1b4ef4a
commit
d9661a7be8
4 changed files with 25 additions and 1 deletions
|
|
@ -14,7 +14,12 @@ Kirigami.ScrollablePage {
|
|||
verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff
|
||||
property int dlHorizontalPadding: Kirigami.Units.gridUnit / 2 - Kirigami.Units.smallSpacing + 1
|
||||
property QtObject diveListModel: null
|
||||
Kirigami.Theme.backgroundColor: subsurfaceTheme.backgroundColor // used for background of left and right action button
|
||||
// we want to use our own colors for Kirigami, so let's define our colorset
|
||||
Kirigami.Theme.inherit: false
|
||||
Kirigami.Theme.colorSet: Kirigami.Theme.Button
|
||||
Kirigami.Theme.backgroundColor: subsurfaceTheme.backgroundColor
|
||||
Kirigami.Theme.textColor: subsurfaceTheme.textColor
|
||||
|
||||
supportsRefreshing: true
|
||||
onRefreshingChanged: {
|
||||
if (refreshing) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue