From 35df41e669599aba9bd16edd1d13be766f2ffc63 Mon Sep 17 00:00:00 2001 From: Noelia Date: Tue, 18 Jan 2022 11:42:31 +0100 Subject: [PATCH] fix(@communities/InviteFriends): [base_bc] invite friends button is misplaced Closes #4416 Invite friends button placed to be consistant with other views like in GroupChat/Add members popup. --- ui/imports/shared/controls/ContactsListAndSearch.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/imports/shared/controls/ContactsListAndSearch.qml b/ui/imports/shared/controls/ContactsListAndSearch.qml index 12c3106bbd..4b7b00e88b 100644 --- a/ui/imports/shared/controls/ContactsListAndSearch.qml +++ b/ui/imports/shared/controls/ContactsListAndSearch.qml @@ -225,8 +225,7 @@ Item { NoFriendsRectangle { id: noContactsRect visible: showContactList - anchors.top: chatKey.bottom - anchors.topMargin: Style.current.xlPadding * 3 + anchors.top: chatKey.top anchors.horizontalCenter: parent.horizontalCenter anchors.verticalCenter: parent.verticalCenter }