From 92a6e794a62b22877d92867c2eb8cbcee8914cbb Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Mon, 6 Jan 2025 18:27:32 +0500 Subject: [PATCH] Update --- com.github.adhec.MenuDitto/contents/ui/MenuRepresentation.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.github.adhec.MenuDitto/contents/ui/MenuRepresentation.qml b/com.github.adhec.MenuDitto/contents/ui/MenuRepresentation.qml index cbb8bca..3ee3276 100644 --- a/com.github.adhec.MenuDitto/contents/ui/MenuRepresentation.qml +++ b/com.github.adhec.MenuDitto/contents/ui/MenuRepresentation.qml @@ -163,7 +163,7 @@ Item{ 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; + y = screen.y + screen.height - height - offset - panelH - Kirigami.Units.gridUnit / 2; } else {