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:
ffd552e
)
Talk reply field should now have the same height as the 'Reply' button.
author
Camila
<hello@camila.codes>
Thu, 19 May 2022 12:53:31 +0000
(14:53 +0200)
committer
Matthieu Gallien
<matthieu_gallien@yahoo.fr>
Tue, 28 Jun 2022 07:25:48 +0000
(09:25 +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 04e4ecbe8109f20ef7b69742b468962e619ee902..3b61f1a939b13f95570ee85071d1f59994ecb522 100644
(file)
--- a/
src/gui/tray/TalkReplyTextField.qml
+++ b/
src/gui/tray/TalkReplyTextField.qml
@@
-17,7
+17,7
@@
Item {
root.sendReply(replyMessageTextField.text);
}
- height: 3
8
+ height: 3
0
width: 250
TextField {