Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
0edfc847
Commit
0edfc847
authored
Sep 24, 2016
by
Don Gagne
Browse files
Draw outer circle as well for better visual
parent
586bf6ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/QmlControls/JoystickThumbPad.qml
View file @
0edfc847
...
...
@@ -92,6 +92,14 @@ Item {
color
:
"
transparent
"
}
Rectangle
{
anchors.fill
:
parent
radius
:
width
/
2
border.color
:
mapPal
.
thumbJoystick
border.width
:
2
color
:
"
transparent
"
}
Rectangle
{
width
:
hatWidth
height
:
hatWidth
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment