diff options
author | Sandro Knauß <sknauss@kde.org> | 2016-11-09 12:44:18 +0100 |
---|---|---|
committer | Sandro Knauß <sknauss@kde.org> | 2016-11-09 12:44:18 +0100 |
commit | 0c8424b2da76710a7903835c14347836e4e9e76c (patch) | |
tree | 7b830fc3304d150b19f87e4297c4af7d7e2e4d40 /components | |
parent | 2f441b2e6ee34daca366f64d256d2aed11555d1e (diff) | |
download | kube-0c8424b2da76710a7903835c14347836e4e9e76c.tar.gz kube-0c8424b2da76710a7903835c14347836e4e9e76c.zip |
add IconRole for Attachments
Diffstat (limited to 'components')
-rw-r--r-- | components/package/contents/ui/MailViewer.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/package/contents/ui/MailViewer.qml b/components/package/contents/ui/MailViewer.qml index d7581470..ecffa866 100644 --- a/components/package/contents/ui/MailViewer.qml +++ b/components/package/contents/ui/MailViewer.qml | |||
@@ -77,6 +77,11 @@ Item { | |||
77 | width: 60 | 77 | width: 60 |
78 | } | 78 | } |
79 | TableViewColumn { | 79 | TableViewColumn { |
80 | role: "icon" | ||
81 | title: "Icon" | ||
82 | width: 60 | ||
83 | } | ||
84 | TableViewColumn { | ||
80 | role: "size" | 85 | role: "size" |
81 | title: "Size" | 86 | title: "Size" |
82 | width: 60 | 87 | width: 60 |