diff --git a/com.github.adhec.Menu11/contents/ui/MenuRepresentation.qml b/com.github.adhec.Menu11/contents/ui/MenuRepresentation.qml index d03026d..589ad7b 100644 --- a/com.github.adhec.Menu11/contents/ui/MenuRepresentation.qml +++ b/com.github.adhec.Menu11/contents/ui/MenuRepresentation.qml @@ -139,7 +139,7 @@ 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; + y = screen.y + screen.height - height - offset - panelH - Kirigami.Units.gridUnit / 2; } else {