From ac1d19acbbc37a303fce5fa24af2ae2ad0453ccb Mon Sep 17 00:00:00 2001 From: zach Date: Mon, 20 Apr 2026 15:40:19 +0200 Subject: [PATCH] settings window attached to bar again --- Drawers/Panels.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Drawers/Panels.qml b/Drawers/Panels.qml index 23c9f44..f496440 100644 --- a/Drawers/Panels.qml +++ b/Drawers/Panels.qml @@ -146,7 +146,9 @@ Item { Settings.Wrapper { id: settings - anchors.centerIn: parent + anchors.horizontalCenter: parent.horizontalCenter + anchors.top: parent.top + // anchors.centerIn: parent panels: root screen: root.screen visibilities: root.visibilities