fix(CommunityJoiningAndAddressSharingDialog): Intro text width fixed

This commit is contained in:
Michał Cieślak 2024-03-25 18:36:15 +01:00 committed by Michał
parent 0557977aa2
commit 59453e1189
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ StatusStackModal {
ColumnLayout {
spacing: 24
width: root.availableWidth
width: scrollView.availableWidth
StatusRoundedImage {
Layout.alignment: Qt.AlignHCenter