From 7666f1c3620b440970a76b8e81d14dbd83be9ffb Mon Sep 17 00:00:00 2001 From: James Graham Date: Sat, 20 Jan 2024 19:07:27 +0000 Subject: [PATCH] Fix the vertical alignment of the notification bubble text --- src/qml/RoomDelegate.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/RoomDelegate.qml b/src/qml/RoomDelegate.qml index b45262daf..3b2083567 100644 --- a/src/qml/RoomDelegate.qml +++ b/src/qml/RoomDelegate.qml @@ -115,6 +115,7 @@ Delegates.RoundedItemDelegate { visible: root.hasNotifications color: Kirigami.Theme.textColor horizontalAlignment: Text.AlignHCenter + verticalAlignment: Text.AlignVCenter background: Rectangle { visible: notificationCount > 0 Kirigami.Theme.colorSet: Kirigami.Theme.Button