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