From d97715f71c04c22a8803472dd48a9e9ef2a1f53b Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 8 Jun 2017 14:30:15 +0200 Subject: make attachment delegate slimmer and give it a save icon --- framework/qml/AttachmentDelegate.qml | 4 +++- framework/qml/Icons.qml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'framework/qml') 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 { color: Kube.Colors.backgroundColor } Kube.IconButton { - iconName: Kube.Icons.goDown_inverted + height: Kube.Units.gridUnit + width: height + iconName: Kube.Icons.save_inverted onClicked: root.download() } } diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index 74627457..67362cf3 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml @@ -55,6 +55,7 @@ Item { property string addNew: "list-add-new" property string folder: "folder" + property string save_inverted: "document-save-inverted" } -- cgit v1.2.3