Some fixes in layout.

This commit is contained in:
Black
2020-03-25 19:19:28 -07:00
parent 1cb363924e
commit 68ca557389
4 changed files with 15 additions and 13 deletions

View File

@@ -48,18 +48,18 @@ Kirigami.ApplicationWindow {
onErrorOccured: showPassiveNotification(error + ": " + detail)
}
Binding {
target: imageProvider
property: "connection"
value: spectralController.connection
}
RoomListModel {
id: spectralRoomListModel
connection: spectralController.connection
}
Binding {
target: imageProvider
property: "connection"
value: spectralController.connection
}
Component {
id: roomPanelComponent