From c6d1236efe265ae34e8c78a27ee9e196ea19d895 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Mon, 28 Jul 2025 00:06:03 -0700 Subject: [PATCH] volume-osd: unset exclusive zone Fixes margin offsets from the single-anchor changes in qs 0.2.0 --- volume-osd/shell.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/volume-osd/shell.qml b/volume-osd/shell.qml index f7c9215..fcd37ff 100644 --- a/volume-osd/shell.qml +++ b/volume-osd/shell.qml @@ -41,6 +41,7 @@ Scope { anchors.bottom: true margins.bottom: screen.height / 5 + exclusiveZone: 0 implicitWidth: 400 implicitHeight: 50