From 4151b00748331adc64647651f0f34465607dadb6 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 30 Jun 2017 17:53:15 +0200 Subject: 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. --- framework/qml/MailViewer.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/qml') 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 { height: Kube.Units.gridUnit width: height - visible: root.cc || root.bcc color: Kube.Colors.backgroundColor -- cgit v1.2.3