diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-25 06:27:30 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-25 06:29:33 +0200 |
commit | 5d5bb33a9d5768d359325a3f00b746018e9033da (patch) | |
tree | d02cbb6f1697e61afc6ef7c5629b446c400529f2 /framework/qml/ListDelegate.qml | |
parent | 963e54fbfa9e734088d559a8746b3095705065d3 (diff) | |
download | kube-5d5bb33a9d5768d359325a3f00b746018e9033da.tar.gz kube-5d5bb33a9d5768d359325a3f00b746018e9033da.zip |
Use the ListDelegate for the MailListView delegate
Diffstat (limited to 'framework/qml/ListDelegate.qml')
-rw-r--r-- | framework/qml/ListDelegate.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/ListDelegate.qml b/framework/qml/ListDelegate.qml index 002027d6..e3a8dafd 100644 --- a/framework/qml/ListDelegate.qml +++ b/framework/qml/ListDelegate.qml | |||
@@ -26,6 +26,7 @@ T.ItemDelegate { | |||
26 | property variant currentData: model | 26 | property variant currentData: model |
27 | property alias color: background.color | 27 | property alias color: background.color |
28 | property alias border: background.border | 28 | property alias border: background.border |
29 | property color textColor: ListView.isCurrentItem ? Kube.Colors.highlightedTextColor : Kube.Colors.textColor | ||
29 | 30 | ||
30 | height: Kube.Units.gridUnit * 3 | 31 | height: Kube.Units.gridUnit * 3 |
31 | width: root.ListView.view.width | 32 | width: root.ListView.view.width |