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