diff options
Diffstat (limited to 'framework/qml')
-rw-r--r-- | framework/qml/AttachmentDelegate.qml | 4 | ||||
-rw-r--r-- | framework/qml/Icons.qml | 1 |
2 files changed, 4 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 | } |
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 { | |||
55 | 55 | ||
56 | property string addNew: "list-add-new" | 56 | property string addNew: "list-add-new" |
57 | property string folder: "folder" | 57 | property string folder: "folder" |
58 | property string save_inverted: "document-save-inverted" | ||
58 | 59 | ||
59 | } | 60 | } |
60 | 61 | ||