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
b74f4bcd
Commit
b74f4bcd
authored
Jul 31, 2019
by
Yasen
Browse files
Gimbal indicator background to reflect theme
parent
bc7c7542
Changes
1
Hide whitespace changes
Inline
Side-by-side
custom-example/res/CustomCameraControl.qml
View file @
b74f4bcd
...
...
@@ -402,7 +402,7 @@ Item {
width
:
_hasGimbal
?
ScreenTools
.
defaultFontPixelWidth
*
6
:
0
height
:
_hasGimbal
?
(
gimbalCol
.
height
+
(
ScreenTools
.
defaultFontPixelHeight
*
2
))
:
0
visible
:
_hasGimbal
color
:
Qt
.
rgba
(
0
,
0
,
0
,
0.5
)
color
:
qgcPal
.
window
radius
:
ScreenTools
.
defaultFontPixelWidth
*
0.5
anchors.verticalCenter
:
cameraRect
.
verticalCenter
Column
{
...
...
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