mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
fix(ui/modules/Linphone/TelKeypad/TelKeypad): force x,y
This commit is contained in:
parent
4b74321394
commit
c8c73c16d6
1 changed files with 2 additions and 2 deletions
|
|
@ -94,10 +94,10 @@ Rectangle {
|
|||
draggable: parent
|
||||
|
||||
xPosition: (function () {
|
||||
return 0
|
||||
return 50
|
||||
})
|
||||
yPosition: (function () {
|
||||
return 0
|
||||
return 50
|
||||
})
|
||||
|
||||
onPressed: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue