Commit c8c73c16 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/modules/Linphone/TelKeypad/TelKeypad): force x,y

parent 4b743213
...@@ -94,10 +94,10 @@ Rectangle { ...@@ -94,10 +94,10 @@ Rectangle {
draggable: parent draggable: parent
xPosition: (function () { xPosition: (function () {
return 0 return 50
}) })
yPosition: (function () { yPosition: (function () {
return 0 return 50
}) })
onPressed: { onPressed: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment