Talk reply field should now have the same height as the 'Reply' button.

Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
Camila 2022-05-19 14:53:31 +02:00 committed by Matthieu Gallien
parent ffd552ebb6
commit 3ff781ee17

View File

@ -17,7 +17,7 @@ Item {
root.sendReply(replyMessageTextField.text);
}
height: 38
height: 30
width: 250
TextField {