Talk reply field should now have the same height as the 'Reply' button.
authorCamila <hello@camila.codes>
Thu, 19 May 2022 12:53:31 +0000 (14:53 +0200)
committerMatthieu 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

index 04e4ecbe8109f20ef7b69742b468962e619ee902..3b61f1a939b13f95570ee85071d1f59994ecb522 100644 (file)
@@ -17,7 +17,7 @@ Item {
         root.sendReply(replyMessageTextField.text);
     }
 
-    height: 38
+    height: 30
     width: 250
 
     TextField {