diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-30 17:53:15 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-30 17:53:15 +0200 |
commit | 4151b00748331adc64647651f0f34465607dadb6 (patch) | |
tree | ad1da1572fe14cc4f59e2aab39af079de2fe8e7e | |
parent | 241a446b0661b668e24e297753d4dfc762fb1fd4 (diff) | |
download | kube-4151b00748331adc64647651f0f34465607dadb6.tar.gz kube-4151b00748331adc64647651f0f34465607dadb6.zip |
Make the details button always visible.
We also need it when the to: line is too long.
That leaves us with the case where the button does nothing because there
isn't anything else to show.
-rw-r--r-- | framework/qml/MailViewer.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/qml/MailViewer.qml b/framework/qml/MailViewer.qml index f792356d..d2720665 100644 --- a/framework/qml/MailViewer.qml +++ b/framework/qml/MailViewer.qml | |||
@@ -226,7 +226,6 @@ Rectangle { | |||
226 | 226 | ||
227 | height: Kube.Units.gridUnit | 227 | height: Kube.Units.gridUnit |
228 | width: height | 228 | width: height |
229 | visible: root.cc || root.bcc | ||
230 | 229 | ||
231 | color: Kube.Colors.backgroundColor | 230 | color: Kube.Colors.backgroundColor |
232 | 231 | ||