Skip to content
Snippets Groups Projects
Commit 9b85e004 authored by Ming Rui Zhang's avatar Ming Rui Zhang Committed by Sébastien Blin
Browse files

previewRenderer: fix not being able to reposition the preview

Gitlab: #387

Change-Id: I031fd7a8a3be540a2493d19e345f2a2ef95fe131
parent 2db3196d
Branches
Tags
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment