RoomsList = {{RoomsList}} {
width: Fill, height: Fill
flow: Up
list = <PortalList> {
keep_invisible: false
width: Fill, height: Fill
flow: Down, spacing: 0.0
room_preview = <RoomPreview> {}
empty = <Empty> {}
room_status_label = <StatusLabel> {}
bottom_filler = <View> {
width: Fill,
height: 100.0,
}
}
}
In the
rooms_list.rs, once you change theheightunderRoomsListFilltoFit, Robrix will run with a black screen, and Large amount of memory consumption.