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:
Joshua Goins
2026-01-17 13:21:05 -05:00
parent be89362fdd
commit 6eb2b2e739
3 changed files with 24 additions and 7 deletions

View File

@@ -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