summaryrefslogtreecommitdiffstats
path: root/framework/qml/AttachmentDelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/AttachmentDelegate.qml')
-rw-r--r--framework/qml/AttachmentDelegate.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/AttachmentDelegate.qml b/framework/qml/AttachmentDelegate.qml
index d4e025dc..46cf76f9 100644
--- a/framework/qml/AttachmentDelegate.qml
+++ b/framework/qml/AttachmentDelegate.qml
@@ -63,6 +63,7 @@ Item {
63 width: height 63 width: height
64 iconName: Kube.Icons.save_inverted 64 iconName: Kube.Icons.save_inverted
65 onClicked: root.download() 65 onClicked: root.download()
66 padding: 0
66 } 67 }
67 } 68 }
68} 69}