fix(CommunityJoiningAndAddressSharingDialog): Intro text width fixed
This commit is contained in:
parent
0557977aa2
commit
59453e1189
|
@ -410,7 +410,7 @@ StatusStackModal {
|
|||
|
||||
ColumnLayout {
|
||||
spacing: 24
|
||||
width: root.availableWidth
|
||||
width: scrollView.availableWidth
|
||||
|
||||
StatusRoundedImage {
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
|
|
Loading…
Reference in New Issue