diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2018-10-04 13:05:50 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-10-07 17:43:34 +0300 |
commit | 68fdc0b6f49c81cb61387b7d006807509280c9df (patch) | |
tree | a26eb2371862e630f1abb719a1d8e57aa81de80b /mobile-widgets | |
parent | 3c18618bfb229f3d408ebbe3def18dde891a53e0 (diff) | |
download | subsurface-68fdc0b6f49c81cb61387b7d006807509280c9df.tar.gz |
QML UI: set proper active background color for downloaded dives
And another simple one. Make the active background of the
dowloaded dives follow the theme.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'mobile-widgets')
-rw-r--r-- | mobile-widgets/qml/DownloadedDiveDelegate.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/DownloadedDiveDelegate.qml b/mobile-widgets/qml/DownloadedDiveDelegate.qml index ff4c37543..d5674db6d 100644 --- a/mobile-widgets/qml/DownloadedDiveDelegate.qml +++ b/mobile-widgets/qml/DownloadedDiveDelegate.qml @@ -20,6 +20,7 @@ Kirigami.AbstractListItem { height: Math.round(Kirigami.Units.gridUnit * 1.8) padding: 0 + activeBackgroundColor: subsurfaceTheme.primaryColor property color textColor: subsurfaceTheme.secondaryTextColor Row { |