projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6f853f
)
Add a transparent background to the send reply button.
author
Camila
<hello@camila.codes>
Thu, 19 May 2022 15:18:26 +0000
(17:18 +0200)
committer
Matthieu Gallien
<matthieu_gallien@yahoo.fr>
Wed, 25 May 2022 10:08:53 +0000
(12:08 +0200)
Signed-off-by: Camila <hello@camila.codes>
src/gui/tray/TalkReplyTextField.qml
patch
|
blob
|
history
diff --git
a/src/gui/tray/TalkReplyTextField.qml
b/src/gui/tray/TalkReplyTextField.qml
index 550c43a42bac4e4fe45002b17d3cc1a1e3b1f881..b496b6de3deb31eb86cedd10053b4b6394c1ead0 100644
(file)
--- 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