diff --git a/touch/IconContextMenu.qml b/touch/IconContextMenu.qml index 68711ea..b27fdf6 100644 --- a/touch/IconContextMenu.qml +++ b/touch/IconContextMenu.qml @@ -27,6 +27,10 @@ Item { Row { id: contextMenuRow - anchors.centerIn: parent + anchors { + verticalCenter: parent.verticalCenter + right: parent.right + margins: Constants.layout.padding * pgst.scalef + } } }