From: Camila Ayres Date: Fri, 13 Sep 2024 08:29:47 +0000 (+0200) Subject: Add the same round background rectangle for the talk reply text field. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~6^2~18^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=60589971609e2022c62e39e817d7dbd9d4112e4b;p=nextcloud-desktop.git Add the same round background rectangle for the talk reply text field. Signed-off-by: Camila Ayres --- 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