Skip to content
Snippets Groups Projects
Commit 3b1201f7 authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

video-split: rounded corners in active participant

Change-Id: I4176e7ea772c3471f153f8069958566ddcf0c384
parent 0617b9bb
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment