From e5b22a09fff767ad3a564d51b80970fb88e377e6 Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 14 Jul 2025 12:55:20 +0100 Subject: [PATCH] fix: lockscreen fixes + systray --- Bar/Modules/Applauncher.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bar/Modules/Applauncher.qml b/Bar/Modules/Applauncher.qml index 825690c..301a06a 100644 --- a/Bar/Modules/Applauncher.qml +++ b/Bar/Modules/Applauncher.qml @@ -21,7 +21,7 @@ PanelWindow { property bool shouldBeVisible: false anchors.top: true - margins.top: parent.height + margins.top: 36 function showAt() { visible = true;