From 3e3ad7fef5c7726b3927a18365ab150c20a5989e Mon Sep 17 00:00:00 2001 From: Alexandra Betouni Date: Mon, 3 Oct 2022 15:47:24 +0300 Subject: [PATCH] fix(Community): big space in invite friends popup Closes #7707 --- .../communities/CommunityProfilePopupInviteFriendsPanel.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/panels/communities/CommunityProfilePopupInviteFriendsPanel.qml b/ui/app/AppLayouts/Chat/panels/communities/CommunityProfilePopupInviteFriendsPanel.qml index 5fa0e1c62e..cf747a878c 100644 --- a/ui/app/AppLayouts/Chat/panels/communities/CommunityProfilePopupInviteFriendsPanel.qml +++ b/ui/app/AppLayouts/Chat/panels/communities/CommunityProfilePopupInviteFriendsPanel.qml @@ -72,11 +72,14 @@ ColumnLayout { root.pubKeys = pubKeysCopy } Layout.fillWidth: true - Layout.fillHeight: true Layout.leftMargin: Style.current.halfPadding Layout.rightMargin: Style.current.halfPadding } + Item { + Layout.fillHeight: true + } + StatusModalDivider { Layout.fillWidth: true }