Browse Source

Merge pull request #4772 from DonLakeFlyer/PolygonOpacity

Opacity tweaks to polygon editing
QGC4.4
Don Gagne 8 years ago committed by GitHub
parent
commit
ca4f16388f
  1. 4
      src/MissionEditor/SurveyMapVisual.qml

4
src/MissionEditor/SurveyMapVisual.qml

@ -194,7 +194,7 @@ Item { @@ -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 { @@ -285,7 +285,7 @@ Item {
height: width
radius: width / 2
color: "white"
opacity: .80
opacity: .90
}
}
}

Loading…
Cancel
Save