From f145bbe8db9ab7db2230bc6f4f14cbba5fcd7dd2 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 24 Jan 2026 12:17:52 -0500 Subject: [PATCH] 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 --- src/app/qml/RoomPage.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/qml/RoomPage.qml b/src/app/qml/RoomPage.qml index 389745b13..fb6e05359 100644 --- a/src/app/qml/RoomPage.qml +++ b/src/app/qml/RoomPage.qml @@ -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.