From: Camila Date: Thu, 19 May 2022 12:53:31 +0000 (+0200) Subject: Talk reply field should now have the same height as the 'Reply' button. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~16^2~59^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c217d285ce448d2969e68b029c40b8033fbf1a9c;p=nextcloud-desktop.git Talk reply field should now have the same height as the 'Reply' button. Signed-off-by: Camila --- diff --git a/src/gui/tray/TalkReplyTextField.qml b/src/gui/tray/TalkReplyTextField.qml index 04e4ecbe8..3b61f1a93 100644 --- a/src/gui/tray/TalkReplyTextField.qml +++ b/src/gui/tray/TalkReplyTextField.qml @@ -17,7 +17,7 @@ Item { root.sendReply(replyMessageTextField.text); } - height: 38 + height: 30 width: 250 TextField {