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