diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-03 17:08:29 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-03 17:08:29 -0600 |
commit | 1f91b829aada9b4941c9281f8d45da4908657db8 (patch) | |
tree | a25a2169a959d32d99e33df115e43578fac84b5a | |
parent | 9a12ed34e2cc29140120dddf31aeeacfee65b997 (diff) | |
download | kube-1f91b829aada9b4941c9281f8d45da4908657db8.tar.gz kube-1f91b829aada9b4941c9281f8d45da4908657db8.zip |
More selectable labels.
-rw-r--r-- | framework/qml/MailViewer.qml | 12 |
1 files changed, 6 insertions, 6 deletions
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 { | |||
129 | spacing: Kube.Units.smallSpacing | 129 | spacing: Kube.Units.smallSpacing |
130 | clip: true | 130 | clip: true |
131 | 131 | ||
132 | Kube.Label { | 132 | Kube.SelectableLabel { |
133 | id: senderName | 133 | id: senderName |
134 | 134 | ||
135 | text: root.senderName | 135 | text: root.senderName |
@@ -137,7 +137,7 @@ Rectangle { | |||
137 | opacity: 0.75 | 137 | opacity: 0.75 |
138 | } | 138 | } |
139 | 139 | ||
140 | Kube.Label { | 140 | Kube.SelectableLabel { |
141 | width: parent.width - senderName.width - date_label.width - Kube.Units.largeSpacing | 141 | width: parent.width - senderName.width - date_label.width - Kube.Units.largeSpacing |
142 | 142 | ||
143 | 143 | ||
@@ -173,7 +173,7 @@ Rectangle { | |||
173 | ] | 173 | ] |
174 | } | 174 | } |
175 | 175 | ||
176 | Kube.Label { | 176 | Kube.SelectableLabel { |
177 | id: recipients | 177 | id: recipients |
178 | 178 | ||
179 | width: parent.width - goDown.width - Kube.Units.smallSpacing | 179 | width: parent.width - goDown.width - Kube.Units.smallSpacing |
@@ -183,7 +183,7 @@ Rectangle { | |||
183 | opacity: 0.75 | 183 | opacity: 0.75 |
184 | } | 184 | } |
185 | 185 | ||
186 | Kube.Label { | 186 | Kube.SelectableLabel { |
187 | id: to | 187 | id: to |
188 | 188 | ||
189 | width: parent.width - goDown.width - Kube.Units.smallSpacing | 189 | width: parent.width - goDown.width - Kube.Units.smallSpacing |
@@ -193,7 +193,7 @@ Rectangle { | |||
193 | opacity: 0.75 | 193 | opacity: 0.75 |
194 | } | 194 | } |
195 | 195 | ||
196 | Kube.Label { | 196 | Kube.SelectableLabel { |
197 | id: cc | 197 | id: cc |
198 | 198 | ||
199 | width: parent.width - goDown.width - Kube.Units.smallSpacing | 199 | width: parent.width - goDown.width - Kube.Units.smallSpacing |
@@ -203,7 +203,7 @@ Rectangle { | |||
203 | opacity: 0.75 | 203 | opacity: 0.75 |
204 | } | 204 | } |
205 | 205 | ||
206 | Kube.Label { | 206 | Kube.SelectableLabel { |
207 | id: bcc | 207 | id: bcc |
208 | 208 | ||
209 | width: parent.width - goDown.width - Kube.Units.smallSpacing | 209 | width: parent.width - goDown.width - Kube.Units.smallSpacing |