Add hack to fix room sidebar not sticking to the top
This is similar to the TimelineView hacks, but this time its the header item that's changing height as our room topics and such wrap.
This commit is contained in:
@@ -22,9 +22,9 @@ ColumnLayout {
|
||||
/**
|
||||
* @brief The canonical alias of the room, if it exists. Otherwise falls back to the first available alias.
|
||||
*/
|
||||
readonly property var roomAlias: room.aliases[0]
|
||||
readonly property string roomAlias: room?.aliases[0] ?? ""
|
||||
|
||||
Layout.fillWidth: true
|
||||
spacing: 0
|
||||
|
||||
RowLayout {
|
||||
Layout.fillWidth: true
|
||||
|
||||
Reference in New Issue
Block a user