From 46305ae4dbe79cf356624c81d1b2ede1bf5c1e82 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Mon, 30 Aug 2021 02:12:19 +0200 Subject: [PATCH] Don't let the drawer under right side panels either --- containments/homescreen/package/contents/ui/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/containments/homescreen/package/contents/ui/main.qml b/containments/homescreen/package/contents/ui/main.qml index eb10aa4c..6b64cb7f 100644 --- a/containments/homescreen/package/contents/ui/main.qml +++ b/containments/homescreen/package/contents/ui/main.qml @@ -119,6 +119,7 @@ FocusScope { topPadding: plasmoid.availableScreenRect.y bottomPadding: plasmoid.screenGeometry.height - plasmoid.availableScreenRect.height - plasmoid.availableScreenRect.y + rightPadding: plasmoid.screenGeometry.width - plasmoid.availableScreenRect.width - plasmoid.availableScreenRect.x closedPositionOffset: favoriteStrip.height }