diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-06-23 18:07:48 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-06-23 19:49:57 -0700 |
commit | 8ba581a088b3723a7a111c5774c59da15df109ad (patch) | |
tree | cc9e8b9bfe272fde61cc9f878e16a3aaed8d82c6 /mobile-widgets/qml/DownloadedDiveDelegate.qml | |
parent | 694e833f906bb6ff3464525ac4ce0bf52c74dd6d (diff) | |
download | subsurface-8ba581a088b3723a7a111c5774c59da15df109ad.tar.gz |
QML UI: use textColor instead of diveListTextColor
This color is used for more than just the dive list.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/DownloadedDiveDelegate.qml')
-rw-r--r-- | mobile-widgets/qml/DownloadedDiveDelegate.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DownloadedDiveDelegate.qml b/mobile-widgets/qml/DownloadedDiveDelegate.qml index 5bfc884b3..630382e34 100644 --- a/mobile-widgets/qml/DownloadedDiveDelegate.qml +++ b/mobile-widgets/qml/DownloadedDiveDelegate.qml @@ -20,7 +20,7 @@ Kirigami.AbstractListItem { property real detailsOpacity : 0 property int horizontalPadding: Kirigami.Units.gridUnit / 2 - Kirigami.Units.smallSpacing + 1 - property color textColor: subsurfaceTheme.diveListTextColor + property color textColor: subsurfaceTheme.textColor Row { width: parent.width |