mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-04 06:45:45 +02:00
video-split: rounded corners in active participant
Change-Id: I4176e7ea772c3471f153f8069958566ddcf0c384
This commit is contained in:
parent
0617b9bba1
commit
3b1201f792
1 changed files with 4 additions and 1 deletions
|
@ -120,7 +120,10 @@ Item {
|
|||
overlayItems: Rectangle {
|
||||
id: overlayRect
|
||||
|
||||
anchors.fill: parent
|
||||
width: participantIsActive ? mediaDistRender.contentRect.width : undefined
|
||||
height: participantIsActive ? mediaDistRender.contentRect.height : undefined
|
||||
anchors.centerIn: participantIsActive ? parent : undefined
|
||||
anchors.fill: participantIsActive ? undefined : parent
|
||||
color: "transparent"
|
||||
|
||||
Item {
|
||||
|
|
Loading…
Add table
Reference in a new issue