diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-31 17:30:41 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-31 17:32:54 -0600 |
commit | 804466dba970174ed00289b1cde3d8862b111042 (patch) | |
tree | ca93f039c5235ff7660e01ddf3954d3351c2ee1b /framework/qml/MailViewer.qml | |
parent | 36b2ee162ffd57c70d21c27ff25801f894886569 (diff) | |
download | kube-804466dba970174ed00289b1cde3d8862b111042.tar.gz kube-804466dba970174ed00289b1cde3d8862b111042.zip |
SelectableLabel with same mechanism as SelectableItem.
Note that we can not easily integrate it with Label due to recursive use
of Kube.Label via the Button component. (Would be doable via dynamic
loading, but that stuff is a PITA to do).
Diffstat (limited to 'framework/qml/MailViewer.qml')
-rw-r--r-- | framework/qml/MailViewer.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/MailViewer.qml b/framework/qml/MailViewer.qml index 4c4e1702..2bf71622 100644 --- a/framework/qml/MailViewer.qml +++ b/framework/qml/MailViewer.qml | |||
@@ -148,7 +148,7 @@ Rectangle { | |||
148 | } | 148 | } |
149 | } | 149 | } |
150 | 150 | ||
151 | Kube.Label { | 151 | Kube.SelectableLabel { |
152 | id: subject | 152 | id: subject |
153 | 153 | ||
154 | width: to.width | 154 | width: to.width |