Add the same round background rectangle for the talk reply text field.
authorCamila Ayres <hello@camilasan.com>
Fri, 13 Sep 2024 08:29:47 +0000 (10:29 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Fri, 13 Sep 2024 11:40:45 +0000 (11:40 +0000)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/tray/TalkReplyTextField.qml

index 259e28154ed650acee6ef307066c8e8df4673246..9e67629af95b35f001cae76f37c304606f541692 100644 (file)
@@ -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