diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-24 21:11:42 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-24 21:11:42 +0200 |
commit | cefcf7707eb6b077d7496f0655405f357a508357 (patch) | |
tree | 49742aebc852b0c786d5893cad8e1dbf4861db9d /framework/qml/MailListView.qml | |
parent | 47e0f0c14b4bbcc64cb8bf562c566d29313db7ad (diff) | |
download | kube-cefcf7707eb6b077d7496f0655405f357a508357.tar.gz kube-cefcf7707eb6b077d7496f0655405f357a508357.zip |
Show mail delegate buttons on hover
Currently hides the date, so that will need fixing.
Diffstat (limited to 'framework/qml/MailListView.qml')
-rw-r--r-- | framework/qml/MailListView.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml index 97a222a7..80d18256 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml | |||
@@ -148,6 +148,7 @@ Item { | |||
148 | PropertyChanges {target: sender; color: Kube.Colors.highlightedTextColor} | 148 | PropertyChanges {target: sender; color: Kube.Colors.highlightedTextColor} |
149 | PropertyChanges {target: date; color: Kube.Colors.highlightedTextColor} | 149 | PropertyChanges {target: date; color: Kube.Colors.highlightedTextColor} |
150 | PropertyChanges {target: threadCounter; color: Kube.Colors.highlightedTextColor} | 150 | PropertyChanges {target: threadCounter; color: Kube.Colors.highlightedTextColor} |
151 | PropertyChanges {target: buttons; visible: true} | ||
151 | } | 152 | } |
152 | ] | 153 | ] |
153 | 154 | ||