Browse Source

Opacity tweaks to polygon editing

QGC4.4
DonLakeFlyer 8 years ago
parent
commit
5c2e4f2bf1
  1. 4
      src/MissionEditor/SurveyMapVisual.qml

4
src/MissionEditor/SurveyMapVisual.qml

@ -194,7 +194,7 @@ Item {
height: width height: width
radius: width / 2 radius: width / 2
color: "white" color: "white"
opacity: .80 opacity: .50
QGCLabel { QGCLabel {
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
@ -285,7 +285,7 @@ Item {
height: width height: width
radius: width / 2 radius: width / 2
color: "white" color: "white"
opacity: .80 opacity: .90
} }
} }
} }

Loading…
Cancel
Save