From 99457ee77fee1ed393769ab6b5a42599f2261d1d Mon Sep 17 00:00:00 2001 From: Alexandra Betouni <31625338+alexandraB99@users.noreply.github.com> Date: Wed, 13 Jul 2022 11:59:53 +0300 Subject: [PATCH] fix(CreateChatView): fixed no contacts text alignment (#767) As part of https://github.com/status-im/status-desktop/issues/6354 --- sandbox/demoapp/CreateChatView.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/sandbox/demoapp/CreateChatView.qml b/sandbox/demoapp/CreateChatView.qml index b37bf63d..24573c66 100644 --- a/sandbox/demoapp/CreateChatView.qml +++ b/sandbox/demoapp/CreateChatView.qml @@ -82,7 +82,6 @@ Page { contentItem: Item { anchors.fill: parent - anchors.topMargin: 68 StatusBaseText { visible: (contactsModel.count === 0)