fix: unbreak community options layout

got broken with the recent scroll view fixes
This commit is contained in:
Lukáš Tinkl 2023-02-02 11:25:07 +01:00 committed by Alexandra Betouni
parent 1818347da3
commit edc94c9d8d
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Item {
implicitWidth: childrenRect.width
implicitHeight: childrenRect.height
anchors.horizontalCenter: parent.horizontalCenter
spacing: 8
StatusBaseText {

View File

@ -448,6 +448,7 @@ StatusStackModal {
CommunityOptions {
id: options
Layout.fillWidth: true
}
Item {