summaryrefslogtreecommitdiffstats
path: root/framework/qml/MailViewer.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-06-30 17:53:15 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-06-30 17:53:15 +0200
commit4151b00748331adc64647651f0f34465607dadb6 (patch)
treead1da1572fe14cc4f59e2aab39af079de2fe8e7e /framework/qml/MailViewer.qml
parent241a446b0661b668e24e297753d4dfc762fb1fd4 (diff)
downloadkube-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.
Diffstat (limited to 'framework/qml/MailViewer.qml')
-rw-r--r--framework/qml/MailViewer.qml1
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