Fix transparency blur not applying to the timeline anymore

We still had the default opaque background for RoomPage. I added a
comment too so it isn't removed accidentally in the future.

BUG: 513363
FIXED-IN: 25.12.2
This commit is contained in:
Joshua Goins
2026-01-24 12:17:52 -05:00
parent 381b119ad1
commit f145bbe8db

View File

@@ -75,6 +75,8 @@ Kirigami.Page {
focus: true
padding: 0
background: null // This needs to stay null, because of transparency blur
onHeightChanged: {
// HACK: See TimelineView for the hack details.
// We get the height change here *first* so we are informed this is because of a window resize and not due to the pinned message.