1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-10 12:03:18 +02:00

ongoingcallpage: fix preview drag and drop

Change-Id: I2809d6f71c2766b748c5868e1005ac3bb88149bc
This commit is contained in:
Sébastien Blin 2021-12-21 14:20:47 -05:00
parent f829ec0e4b
commit 1a476218ae

View file

@ -33,7 +33,7 @@ Rectangle {
id: root
property var accountPeerPair: ["", ""]
property string clickPos: "1,1"
property variant clickPos: "1,1"
property int previewMargin: 15
property int previewMarginYTop: previewMargin + 42
property int previewMarginYBottom: previewMargin + 84