From a76b50b48e790625d1089f38483f18ffa62b935b Mon Sep 17 00:00:00 2001 From: Malte E Date: Fri, 11 Mar 2022 21:32:32 +0100 Subject: small rework of the reply popup --- resources/qml/MessageInput.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'resources/qml/MessageInput.qml') diff --git a/resources/qml/MessageInput.qml b/resources/qml/MessageInput.qml index f8ab494b..9a21ac05 100644 --- a/resources/qml/MessageInput.qml +++ b/resources/qml/MessageInput.qml @@ -446,7 +446,6 @@ Rectangle { width: 22 height: 22 image: ":/icons/icons/ui/send.svg" - Layout.rightMargin: 8 ToolTip.visible: hovered ToolTip.text: qsTr("Send") onClicked: { -- cgit 1.5.1