fix(CreateChatView): fixed no contacts text alignment

Closes #6354
This commit is contained in:
Alexandra Betouni 2022-07-12 17:48:07 +03:00 committed by Alexandra Betouni
parent 3a70499f15
commit 8433ed9545
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ Page {
StatusBaseText {
width: parent.width*.66
anchors.centerIn: parent
anchors.verticalCenterOffset: -(headerRow.height/2)
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
visible: contactsModel.count === 0