mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 22:28:08 +00:00
Fix color in camera view (from 5.1)
This commit is contained in:
parent
cf7f3d3af8
commit
d5f7c9fde8
1 changed files with 3 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ Item{
|
|||
}
|
||||
Rectangle {
|
||||
id: backgroundArea
|
||||
color: mainItem.colorModel.color
|
||||
color: mainItem.color
|
||||
anchors.fill: parent
|
||||
radius: CameraViewStyle.radius
|
||||
Component {
|
||||
|
|
@ -120,7 +120,7 @@ Item{
|
|||
height: CameraViewStyle.pauseView.button.iconSize
|
||||
width: height
|
||||
radius: width/2
|
||||
color: CameraViewStyle.pauseView.button.backgroundNormalColor.colorModel.color
|
||||
color: CameraViewStyle.pauseView.button.backgroundNormalColor.color
|
||||
Icon{
|
||||
anchors.centerIn: parent
|
||||
icon: CameraViewStyle.pauseView.button.icon
|
||||
|
|
@ -170,7 +170,7 @@ Item{
|
|||
height: CameraViewStyle.isMuted.button.iconSize
|
||||
width: height
|
||||
radius: width/2
|
||||
color: CameraViewStyle.isMuted.button.backgroundNormalColor.colorModel.color
|
||||
color: CameraViewStyle.isMuted.button.backgroundNormalColor.color
|
||||
Icon{
|
||||
anchors.centerIn: parent
|
||||
icon: CameraViewStyle.isMuted.button.icon
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue