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~15^2~132^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3ff781ee175d0777f2fe4fd6d5ef8dff7ec8f785;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 {