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

previewRenderer: fix not being able to reposition the preview

Gitlab: #387

Change-Id: I031fd7a8a3be540a2493d19e345f2a2ef95fe131
This commit is contained in:
Ming Rui Zhang 2021-04-23 16:38:37 -04:00 committed by Sébastien Blin
parent 2db3196d26
commit 9b85e00422

View file

@ -263,7 +263,6 @@ Rectangle {
width: Math.max(videoCallPageMainRect.width / 5, JamiTheme.minimumPreviewWidth)
x: videoCallPageMainRect.width - previewRenderer.width - previewMargin
y: videoCallPageMainRect.height - previewRenderer.height - previewMargin - 56 // Avoid overlay
z: -1
states: [
State {