fix group info list
This commit is contained in:
parent
0cfa4e5daa
commit
358091a8eb
|
@ -230,7 +230,7 @@ ModalPopup {
|
||||||
ListView {
|
ListView {
|
||||||
id: memberList
|
id: memberList
|
||||||
anchors.top: separator2.bottom
|
anchors.top: separator2.bottom
|
||||||
anchors.bottom: popup.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.topMargin: addMembers ? 30 : Style.current.padding
|
anchors.topMargin: addMembers ? 30 : Style.current.padding
|
||||||
anchors.bottomMargin: Style.current.padding
|
anchors.bottomMargin: Style.current.padding
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
|
Loading…
Reference in New Issue