From 8433ed95454d2ce657dfbc5843d0eaa42f4b2de5 Mon Sep 17 00:00:00 2001 From: Alexandra Betouni Date: Tue, 12 Jul 2022 17:48:07 +0300 Subject: [PATCH] fix(CreateChatView): fixed no contacts text alignment Closes #6354 --- ui/app/AppLayouts/Chat/views/CreateChatView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Chat/views/CreateChatView.qml b/ui/app/AppLayouts/Chat/views/CreateChatView.qml index d7a3c29f48..297b77a56f 100644 --- a/ui/app/AppLayouts/Chat/views/CreateChatView.qml +++ b/ui/app/AppLayouts/Chat/views/CreateChatView.qml @@ -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