fix: unbreak community options layout
got broken with the recent scroll view fixes
This commit is contained in:
parent
1818347da3
commit
edc94c9d8d
|
@ -30,7 +30,7 @@ Item {
|
|||
|
||||
implicitWidth: childrenRect.width
|
||||
implicitHeight: childrenRect.height
|
||||
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
spacing: 8
|
||||
|
||||
StatusBaseText {
|
||||
|
|
|
@ -448,6 +448,7 @@ StatusStackModal {
|
|||
|
||||
CommunityOptions {
|
||||
id: options
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
Item {
|
||||
|
|
Loading…
Reference in New Issue