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:
@@ -75,6 +75,8 @@ Kirigami.Page {
|
|||||||
focus: true
|
focus: true
|
||||||
padding: 0
|
padding: 0
|
||||||
|
|
||||||
|
background: null // This needs to stay null, because of transparency blur
|
||||||
|
|
||||||
onHeightChanged: {
|
onHeightChanged: {
|
||||||
// HACK: See TimelineView for the hack details.
|
// 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.
|
// 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user