From 1f91b829aada9b4941c9281f8d45da4908657db8 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 3 Aug 2017 17:08:29 -0600 Subject: More selectable labels. --- framework/qml/MailViewer.qml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'framework/qml') diff --git a/framework/qml/MailViewer.qml b/framework/qml/MailViewer.qml index 2bf71622..ef78371e 100644 --- a/framework/qml/MailViewer.qml +++ b/framework/qml/MailViewer.qml @@ -129,7 +129,7 @@ Rectangle { spacing: Kube.Units.smallSpacing clip: true - Kube.Label { + Kube.SelectableLabel { id: senderName text: root.senderName @@ -137,7 +137,7 @@ Rectangle { opacity: 0.75 } - Kube.Label { + Kube.SelectableLabel { width: parent.width - senderName.width - date_label.width - Kube.Units.largeSpacing @@ -173,7 +173,7 @@ Rectangle { ] } - Kube.Label { + Kube.SelectableLabel { id: recipients width: parent.width - goDown.width - Kube.Units.smallSpacing @@ -183,7 +183,7 @@ Rectangle { opacity: 0.75 } - Kube.Label { + Kube.SelectableLabel { id: to width: parent.width - goDown.width - Kube.Units.smallSpacing @@ -193,7 +193,7 @@ Rectangle { opacity: 0.75 } - Kube.Label { + Kube.SelectableLabel { id: cc width: parent.width - goDown.width - Kube.Units.smallSpacing @@ -203,7 +203,7 @@ Rectangle { opacity: 0.75 } - Kube.Label { + Kube.SelectableLabel { id: bcc width: parent.width - goDown.width - Kube.Units.smallSpacing -- cgit v1.2.3