From 21a9e576afe09166a2bee25279e29e0c61b4681f Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Fri, 10 Jan 2025 00:07:36 +0500 Subject: [PATCH] Update --- com.github.adhec.Menu11/contents/ui/MenuRepresentation.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/com.github.adhec.Menu11/contents/ui/MenuRepresentation.qml b/com.github.adhec.Menu11/contents/ui/MenuRepresentation.qml index 589ad7b..1b596e7 100644 --- a/com.github.adhec.Menu11/contents/ui/MenuRepresentation.qml +++ b/com.github.adhec.Menu11/contents/ui/MenuRepresentation.qml @@ -139,7 +139,9 @@ PlasmaCore.Dialog { horizMidPoint = screen.x + (screen.width / 2); vertMidPoint = screen.y + (screen.height / 2); x = horizMidPoint - width / 2; - y = screen.y + screen.height - height - offset - panelH - Kirigami.Units.gridUnit / 2; + // y = screen.y + screen.height - height - offset - panelH - Kirigami.Units.gridUnit; + // y = screen.y + screen.height - height - offset - panelH - Kirigami.Units.gridUnit / 2; + y = screen.y + screen.height - height - offset - panelH - Kirigami.Units.largeSpacing * 1.5; } else {