From 1c94a6acd0c7d627a789b173dd50308e90d627c7 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sun, 5 May 2019 15:19:40 +0200 Subject: [PATCH] Add a margin above the action buttons --- qml/MessageView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/MessageView.qml b/qml/MessageView.qml index 6534b88..a2a0b05 100644 --- a/qml/MessageView.qml +++ b/qml/MessageView.qml @@ -181,6 +181,7 @@ ColumnLayout { RowLayout { anchors.right: parent.right + Layout.topMargin: 4 ImageButton { source: "images/reply.png"