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

@@ -21,8 +21,6 @@ ColumnLayout {
signal resolveResource(string idOrUri, string action)
Layout.fillWidth: true
Layout.alignment: Qt.AlignVCenter
spacing: 0
Item {