From: Camila Date: Thu, 19 May 2022 15:18:26 +0000 (+0200) Subject: Add a transparent background to the send reply button. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~15^2~186^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f911c546d932bc84698d21c1da5f84e27c4fa8e7;p=nextcloud-desktop.git Add a transparent background to the send reply button. Signed-off-by: Camila --- diff --git a/src/gui/tray/TalkReplyTextField.qml b/src/gui/tray/TalkReplyTextField.qml index 550c43a42..b496b6de3 100644 --- a/src/gui/tray/TalkReplyTextField.qml +++ b/src/gui/tray/TalkReplyTextField.qml @@ -49,6 +49,9 @@ Item { flat: true enabled: replyMessageTextField.text !== "" onClicked: root.sendReplyMessage() + background: Rectangle { + color: "transparent" + } icon { source: "image://svgimage-custom-color/send.svg" + "/" + Style.menuBorder