fix(CommunityJoiningAndAddressSharingDialog): Intro text width fixed

This commit is contained in:
Michał Cieślak 2024-03-25 18:36:15 +01:00 committed by Jonathan Rainville
parent e6974f21a3
commit e728084e4c
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