aboutsummaryrefslogtreecommitdiff
path: root/qml/ChatlistPage.qml
diff options
context:
space:
mode:
authorlink2xt <link2xt@testrun.org>2021-02-22 18:15:58 +0300
committerlink2xt <link2xt@testrun.org>2021-02-22 18:15:58 +0300
commit4b8c3133655969dc7dbd335edb79ca1358ab250c (patch)
treed428abeddb324039891fabff26267760558a5cec /qml/ChatlistPage.qml
parent3e3603d6e8acf928a3ca6efbb83e65d09b9a0b1c (diff)
downloadkdeltachat-4b8c3133655969dc7dbd335edb79ca1358ab250c.tar.gz
kdeltachat-4b8c3133655969dc7dbd335edb79ca1358ab250c.zip
Vertically center number of fresh messages
Diffstat (limited to 'qml/ChatlistPage.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
}
}