Commit 0edfc847 authored by Don Gagne's avatar Don Gagne

Draw outer circle as well for better visual

parent 586bf6ea
...@@ -92,6 +92,14 @@ Item { ...@@ -92,6 +92,14 @@ Item {
color: "transparent" color: "transparent"
} }
Rectangle {
anchors.fill: parent
radius: width / 2
border.color: mapPal.thumbJoystick
border.width: 2
color: "transparent"
}
Rectangle { Rectangle {
width: hatWidth width: hatWidth
height: hatWidth height: hatWidth
......
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