diff --git a/custom-example/res/CustomCameraControl.qml b/custom-example/res/CustomCameraControl.qml index c096339..2d2b538 100644 --- a/custom-example/res/CustomCameraControl.qml +++ b/custom-example/res/CustomCameraControl.qml @@ -402,7 +402,7 @@ Item { width: _hasGimbal ? ScreenTools.defaultFontPixelWidth * 6 : 0 height: _hasGimbal ? (gimbalCol.height + (ScreenTools.defaultFontPixelHeight * 2)) : 0 visible: _hasGimbal - color: Qt.rgba(0,0,0,0.5) + color: qgcPal.window radius: ScreenTools.defaultFontPixelWidth * 0.5 anchors.verticalCenter: cameraRect.verticalCenter Column {