mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 05:23:06 +00:00
Vu meter for conference participants is fixed
This commit is contained in:
parent
b080b712dc
commit
64f0ab733d
1 changed files with 4 additions and 2 deletions
|
|
@ -161,8 +161,9 @@ Rectangle {
|
|||
username: contactDescription.username
|
||||
|
||||
BusyIndicator {
|
||||
width: parent.width / 2
|
||||
height: parent.height / 2
|
||||
color: CallStyle.header.busyIndicator.color
|
||||
height: CallStyle.header.busyIndicator.height
|
||||
width: CallStyle.header.busyIndicator.width
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
||||
|
|
@ -182,6 +183,7 @@ Rectangle {
|
|||
Timer {
|
||||
interval: 50
|
||||
repeat: true
|
||||
running: true
|
||||
|
||||
onTriggered: parent.value = $call.speakerVu
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue