From 5c2e4f2bf180d73562eff7f114569aad320d7eda Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Wed, 15 Mar 2017 09:28:00 -0700 Subject: [PATCH] Opacity tweaks to polygon editing --- src/MissionEditor/SurveyMapVisual.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MissionEditor/SurveyMapVisual.qml b/src/MissionEditor/SurveyMapVisual.qml index 34c22db3f..5f0dcdb07 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 } } } -- 2.22.0