Fix image container background

This commit is contained in:
Zach Fox 2017-07-10 16:13:45 -07:00
parent 5ce409e2e2
commit ea62ef165c

View file

@ -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"