diff --git a/src/MissionEditor/SurveyMapVisual.qml b/src/MissionEditor/SurveyMapVisual.qml index 34c22db3fd207110bfc36af4c210d830fe96c122..5f0dcdb07357401639db281d86328a524fa1aea6 100644 --- a/src/MissionEditor/SurveyMapVisual.qml +++ b/src/MissionEditor/SurveyMapVisual.qml @@ -194,7 +194,7 @@ Item { height: width radius: width / 2 color: "white" - opacity: .80 + opacity: .50 QGCLabel { anchors.horizontalCenter: parent.horizontalCenter @@ -285,7 +285,7 @@ Item { height: width radius: width / 2 color: "white" - opacity: .80 + opacity: .90 } } }