summaryrefslogtreecommitdiffstats
path: root/framework/qml/AttachmentDelegate.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-06-08 14:30:15 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-06-08 14:30:15 +0200
commitd97715f71c04c22a8803472dd48a9e9ef2a1f53b (patch)
tree4a58b8b34e17b65b2061fcbe5e0bbe793e59556c /framework/qml/AttachmentDelegate.qml
parent55d17efe983ed3720f3e6f2e1ab04b6dedd28191 (diff)
downloadkube-d97715f71c04c22a8803472dd48a9e9ef2a1f53b.tar.gz
kube-d97715f71c04c22a8803472dd48a9e9ef2a1f53b.zip
make attachment delegate slimmer and give it a save icon
Diffstat (limited to 'framework/qml/AttachmentDelegate.qml')
-rw-r--r--framework/qml/AttachmentDelegate.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/qml/AttachmentDelegate.qml b/framework/qml/AttachmentDelegate.qml
index 508c6aa8..d4e025dc 100644
--- a/framework/qml/AttachmentDelegate.qml
+++ b/framework/qml/AttachmentDelegate.qml
@@ -59,7 +59,9 @@ Item {
59 color: Kube.Colors.backgroundColor 59 color: Kube.Colors.backgroundColor
60 } 60 }
61 Kube.IconButton { 61 Kube.IconButton {
62 iconName: Kube.Icons.goDown_inverted 62 height: Kube.Units.gridUnit
63 width: height
64 iconName: Kube.Icons.save_inverted
63 onClicked: root.download() 65 onClicked: root.download()
64 } 66 }
65 } 67 }