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
b4f7e006
Commit
b4f7e006
authored
Feb 09, 2016
by
Don Gagne
Browse files
Merge pull request #2757 from DonLakeFlyer/AltFix
Plan: Altitude display should not show non-spatial items
parents
e2c7f9c3
959432fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionEditor/MissionItemStatus.qml
View file @
b4f7e006
...
...
@@ -108,8 +108,10 @@ Rectangle {
model
:
missionItems
Item
{
height
:
graphRow
.
height
width
:
ScreenTools
.
smallFontPixelWidth
*
2
height
:
graphRow
.
height
width
:
ScreenTools
.
smallFontPixelWidth
*
2
visible
:
object
.
specifiesCoordinate
&&
!
object
.
standaloneCoordinate
property
real
availableHeight
:
height
-
ScreenTools
.
smallFontPixelHeight
-
indicator
.
height
...
...
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