Commit b4f7e006 authored by Don Gagne's avatar Don Gagne

Merge pull request #2757 from DonLakeFlyer/AltFix

Plan: Altitude display should not show non-spatial items
parents e2c7f9c3 959432fa
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment