diff options
author | link2xt <link2xt@testrun.org> | 2021-02-22 18:15:58 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-02-22 18:15:58 +0300 |
commit | 4b8c3133655969dc7dbd335edb79ca1358ab250c (patch) | |
tree | d428abeddb324039891fabff26267760558a5cec /qml/ChatlistPage.qml | |
parent | 3e3603d6e8acf928a3ca6efbb83e65d09b9a0b1c (diff) | |
download | kdeltachat-4b8c3133655969dc7dbd335edb79ca1358ab250c.tar.gz kdeltachat-4b8c3133655969dc7dbd335edb79ca1358ab250c.zip |
Vertically center number of fresh messages
Diffstat (limited to 'qml/ChatlistPage.qml')
-rw-r--r-- | qml/ChatlistPage.qml | 1 |
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 } } |