Add scrollbars to flickable and listviews

This commit is contained in:
miruka
2019-07-20 15:06:38 -04:00
parent 1ffca37021
commit d033ea84e8
8 changed files with 45 additions and 25 deletions

View File

@@ -81,7 +81,6 @@ Column {
RoomCategoriesList {
id: roomCategoriesList
interactive: false // no scrolling
visible: height > 0
width: parent.width
height: childrenRect.height * (accountDelegate.expanded ? 1 : 0)