diff options
-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 | } |