From 59453e11895c03135cabd6b4f3d24084130dfe5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Cie=C5=9Blak?= Date: Mon, 25 Mar 2024 18:36:15 +0100 Subject: [PATCH] fix(CommunityJoiningAndAddressSharingDialog): Intro text width fixed --- ui/imports/shared/popups/CommunityMembershipSetupDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/imports/shared/popups/CommunityMembershipSetupDialog.qml b/ui/imports/shared/popups/CommunityMembershipSetupDialog.qml index 8bd7cf26e3..e2b55167fe 100644 --- a/ui/imports/shared/popups/CommunityMembershipSetupDialog.qml +++ b/ui/imports/shared/popups/CommunityMembershipSetupDialog.qml @@ -410,7 +410,7 @@ StatusStackModal { ColumnLayout { spacing: 24 - width: root.availableWidth + width: scrollView.availableWidth StatusRoundedImage { Layout.alignment: Qt.AlignHCenter