From 60589971609e2022c62e39e817d7dbd9d4112e4b Mon Sep 17 00:00:00 2001 From: Camila Ayres Date: Fri, 13 Sep 2024 10:29:47 +0200 Subject: [PATCH] Add the same round background rectangle for the talk reply text field. Signed-off-by: Camila Ayres --- src/gui/tray/TalkReplyTextField.qml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/gui/tray/TalkReplyTextField.qml b/src/gui/tray/TalkReplyTextField.qml index 259e28154..9e67629af 100644 --- a/src/gui/tray/TalkReplyTextField.qml +++ b/src/gui/tray/TalkReplyTextField.qml @@ -17,6 +17,13 @@ TextField { onAccepted: sendReplyMessage() + verticalAlignment: Qt.AlignVCenter + background: Rectangle { + border.color: palette.dark + radius: Style.trayWindowRadius + color: palette.window + } + Button { id: sendReplyMessageButton -- 2.30.2