[tests] Fix unconfine Button

This commit is contained in:
Roman Gilg 2018-06-10 19:50:23 +02:00
parent c86fdf4c54
commit fcfe8763f6

View file

@ -171,7 +171,7 @@ ColumnLayout {
anchors.verticalCenter: activArea.verticalCenter
text: "Unconfine pointer"
onClicked: root.unconfineRequest()
onClicked: root.unconfine()
}
}