Fix the vertical alignment of the notification bubble text
This commit is contained in:
@@ -115,6 +115,7 @@ Delegates.RoundedItemDelegate {
|
|||||||
visible: root.hasNotifications
|
visible: root.hasNotifications
|
||||||
color: Kirigami.Theme.textColor
|
color: Kirigami.Theme.textColor
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
|
verticalAlignment: Text.AlignVCenter
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
visible: notificationCount > 0
|
visible: notificationCount > 0
|
||||||
Kirigami.Theme.colorSet: Kirigami.Theme.Button
|
Kirigami.Theme.colorSet: Kirigami.Theme.Button
|
||||||
|
|||||||
Reference in New Issue
Block a user