mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:42:58 +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.topMargin: 20;
|
||||||
anchors.right: parent.right;
|
anchors.right: parent.right;
|
||||||
height: 250;
|
height: 250;
|
||||||
color: spectatorCameraPreview.visible ? "transparent" : "black";
|
color: cameraToggleCheckBox.checked ? "transparent" : "black";
|
||||||
|
|
||||||
AnimatedImage {
|
AnimatedImage {
|
||||||
source: "../../images/static.gif"
|
source: "../../images/static.gif"
|
||||||
|
|
Loading…
Reference in a new issue