diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-19 14:28:05 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-19 14:28:05 +0200 |
commit | f200e304b45cbabc558e80020caa6a7f0f877a44 (patch) | |
tree | a4906cb743ab546f2a220d0d8d37e38b13bcb730 /framework/qml/AttachmentDelegate.qml | |
parent | 006749a7583b69b4587f5b0b4073487f859ffea5 (diff) | |
download | kube-f200e304b45cbabc558e80020caa6a7f0f877a44.tar.gz kube-f200e304b45cbabc558e80020caa6a7f0f877a44.zip |
use kube label in attachment delegate
Diffstat (limited to 'framework/qml/AttachmentDelegate.qml')
-rw-r--r-- | framework/qml/AttachmentDelegate.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/AttachmentDelegate.qml b/framework/qml/AttachmentDelegate.qml index c1018a2a..994afd8c 100644 --- a/framework/qml/AttachmentDelegate.qml +++ b/framework/qml/AttachmentDelegate.qml | |||
@@ -60,7 +60,7 @@ Item { | |||
60 | } | 60 | } |
61 | } | 61 | } |
62 | 62 | ||
63 | Text { | 63 | Label { |
64 | text: root.name | 64 | text: root.name |
65 | color: Kube.Colors.backgroundColor | 65 | color: Kube.Colors.backgroundColor |
66 | } | 66 | } |