Browse Source

Draw outer circle as well for better visual

QGC4.4
Don Gagne 9 years ago
parent
commit
0edfc847e3
  1. 8
      src/QmlControls/JoystickThumbPad.qml

8
src/QmlControls/JoystickThumbPad.qml

@ -93,6 +93,14 @@ Item { @@ -93,6 +93,14 @@ Item {
}
Rectangle {
anchors.fill: parent
radius: width / 2
border.color: mapPal.thumbJoystick
border.width: 2
color: "transparent"
}
Rectangle {
width: hatWidth
height: hatWidth
radius: hatWidthHalf

Loading…
Cancel
Save