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:
parent
2db3196d26
commit
9b85e00422
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue