parent
63b5c549b9
commit
048642b7df
|
@ -13,6 +13,7 @@ ListView {
|
||||||
visible: height > 10
|
visible: height > 10
|
||||||
width:parent.width
|
width:parent.width
|
||||||
interactive: false
|
interactive: false
|
||||||
|
verticalLayoutDirection: ListView.BottomToTop
|
||||||
|
|
||||||
model: chatsModel.communities.joinedCommunities
|
model: chatsModel.communities.joinedCommunities
|
||||||
delegate: CommunityButton {
|
delegate: CommunityButton {
|
||||||
|
|
Loading…
Reference in New Issue