diff options
Diffstat (limited to 'framework/qml/AttachmentDelegate.qml')
-rw-r--r-- | framework/qml/AttachmentDelegate.qml | 4 |
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 | } |