diff --git a/resources/qml/CommunitiesList.qml b/resources/qml/CommunitiesList.qml index c9f259e2..d95b8e6d 100644 --- a/resources/qml/CommunitiesList.qml +++ b/resources/qml/CommunitiesList.qml @@ -61,6 +61,11 @@ Page { state: "normal" width: ListView.view.width - ((scrollbar.interactive && scrollbar.visible && scrollbar.parent) ? scrollbar.width : 0) + topInset: 0 + bottomInset: 0 + leftInset: 0 + rightInset: 0 + background: Rectangle { color: communityItem.backgroundColor } diff --git a/resources/qml/RoomList.qml b/resources/qml/RoomList.qml index c82bc43a..746dd164 100644 --- a/resources/qml/RoomList.qml +++ b/resources/qml/RoomList.qml @@ -477,6 +477,11 @@ Page { state: "normal" width: ListView.view.width - ((scrollbar.interactive && scrollbar.visible && scrollbar.parent) ? scrollbar.width : 0) + topInset: 0 + bottomInset: 0 + leftInset: 0 + rightInset: 0 + background: Rectangle { color: backgroundColor }