Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
aa6fb469
Commit
aa6fb469
authored
Aug 15, 2019
by
Pierre TILAK
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Multivehicle selector overlayed
parent
d8a66f2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
FlightDisplayView.qml
src/FlightDisplay/FlightDisplayView.qml
+1
-0
QGCInstrumentWidgetAlternate.qml
src/FlightMap/Widgets/QGCInstrumentWidgetAlternate.qml
+1
-1
No files found.
src/FlightDisplay/FlightDisplayView.qml
View file @
aa6fb469
...
@@ -519,6 +519,7 @@ Item {
...
@@ -519,6 +519,7 @@ Item {
anchors.left
:
parent
.
left
anchors.left
:
parent
.
left
anchors.right
:
altitudeSlider
.
visible
?
altitudeSlider
.
left
:
parent
.
right
anchors.right
:
altitudeSlider
.
visible
?
altitudeSlider
.
left
:
parent
.
right
anchors.bottom
:
parent
.
bottom
anchors.bottom
:
parent
.
bottom
anchors.top
:
singleMultiSelector
.
visible
?
singleMultiSelector
.
bottom
:
undefined
useLightColors
:
isBackgroundDark
useLightColors
:
isBackgroundDark
missionController
:
_missionController
missionController
:
_missionController
visible
:
singleVehicleView
.
checked
&&
!
QGroundControl
.
videoManager
.
fullScreen
visible
:
singleVehicleView
.
checked
&&
!
QGroundControl
.
videoManager
.
fullScreen
...
...
src/FlightMap/Widgets/QGCInstrumentWidgetAlternate.qml
View file @
aa6fb469
...
@@ -19,7 +19,7 @@ import QGroundControl.Palette 1.0
...
@@ -19,7 +19,7 @@ import QGroundControl.Palette 1.0
Rectangle
{
Rectangle
{
id
:
root
id
:
root
width
:
getPreferredInstrumentWidth
()
*
0.7
width
:
getPreferredInstrumentWidth
()
height
:
_outerRadius
*
4
+
_valuesWidget
.
height
height
:
_outerRadius
*
4
+
_valuesWidget
.
height
radius
:
_outerRadius
radius
:
_outerRadius
color
:
qgcPal
.
window
color
:
qgcPal
.
window
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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