From 828339bf7cce467487beba709645d4ce22700fe4 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 --- ui/StatusQ/sandbox/demoapp/CreateChatView.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/StatusQ/sandbox/demoapp/CreateChatView.qml b/ui/StatusQ/sandbox/demoapp/CreateChatView.qml index b37bf63dbf..24573c6603 100644 --- a/ui/StatusQ/sandbox/demoapp/CreateChatView.qml +++ b/ui/StatusQ/sandbox/demoapp/CreateChatView.qml @@ -82,7 +82,6 @@ Page { contentItem: Item { anchors.fill: parent - anchors.topMargin: 68 StatusBaseText { visible: (contactsModel.count === 0)