From bcb0da3ab9fbedf15716069d80446da065860c4f Mon Sep 17 00:00:00 2001 From: zach Date: Tue, 21 Apr 2026 19:31:53 +0200 Subject: [PATCH] quick fix for resources popouts leaving leftover ghost region --- Drawers/Panels.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Drawers/Panels.qml b/Drawers/Panels.qml index 51044eb..8902ccf 100644 --- a/Drawers/Panels.qml +++ b/Drawers/Panels.qml @@ -49,7 +49,7 @@ Item { anchors.left: parent.left anchors.top: parent.top clip: true - implicitHeight: resources.implicitHeight + implicitHeight: resources.implicitHeight * (1 - resources.offsetScale) implicitWidth: resources.implicitWidth Resources.Wrapper {