From f305c3f3f64befbd92c92f5ced43dfa9ced3d309 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 26 May 2025 22:32:25 +0800 Subject: notifs: better height Get blocked by other panels from the right side (osd and session) Limit max height to screen height --- modules/drawers/Panels.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/drawers') diff --git a/modules/drawers/Panels.qml b/modules/drawers/Panels.qml index 9bde4b2..db97362 100644 --- a/modules/drawers/Panels.qml +++ b/modules/drawers/Panels.qml @@ -1,3 +1,4 @@ +import "root:/services" import "root:/config" import "root:/modules/osd" as Osd import "root:/modules/notifications" as Notifications @@ -22,6 +23,8 @@ Item { anchors.fill: parent anchors.margins: BorderConfig.thickness + Component.onCompleted: Visibilities.panels[screen] = this + Osd.Wrapper { id: osd -- cgit v1.2.3-freya