Browse Source

Merge pull request #4074 from DonLakeFlyer/VirtJoy

Virtual Joystick: Draw outer circle as well for better visual
QGC4.4
Don Gagne 9 years ago committed by GitHub
parent
commit
43d5f7b074
  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