Fix roomList height calculation

This commit is contained in:
miruka
2019-04-13 06:28:24 -04:00
parent 30514fb7db
commit d8c6ffefe0
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ ColumnLayout {
Layout.minimumHeight:
roomList.visible ?
800 :
roomList.contentHeight :
0
Layout.maximumHeight: Layout.minimumHeight