Fix the vertical alignment of the notification bubble text

This commit is contained in:
James Graham
2024-01-20 19:07:27 +00:00
parent 4b5d828bf8
commit 7666f1c362

View File

@@ -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