1
0
Fork 0
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:
Aline Gondim Santos 2022-04-06 08:53:29 -04:00
parent 0617b9bba1
commit 3b1201f792

View file

@ -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 {