Commit ca4f1638 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #4772 from DonLakeFlyer/PolygonOpacity

Opacity tweaks to polygon editing
parents b7da6015 5c2e4f2b
......@@ -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
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment