mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-16 07:39:11 +02:00
Fix image container background
This commit is contained in:
parent
5ce409e2e2
commit
ea62ef165c
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ Rectangle {
|
|||
anchors.topMargin: 20;
|
||||
anchors.right: parent.right;
|
||||
height: 250;
|
||||
color: spectatorCameraPreview.visible ? "transparent" : "black";
|
||||
color: cameraToggleCheckBox.checked ? "transparent" : "black";
|
||||
|
||||
AnimatedImage {
|
||||
source: "../../images/static.gif"
|
||||
|
|
Loading…
Reference in a new issue