aboutsummaryrefslogtreecommitdiff
path: root/qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml')
-rw-r--r--qml/ChatlistPage.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/ChatlistPage.qml b/qml/ChatlistPage.qml
index 0f13ab0..2e1d7fe 100644
--- a/qml/ChatlistPage.qml
+++ b/qml/ChatlistPage.qml
@@ -116,6 +116,7 @@ Kirigami.Page {
trailing: Label {
text: model.freshMsgCnt
visible: model.freshMsgCnt > 0
+ verticalAlignment: Text.AlignVCenter
}
}