Commit 5caf5df7 authored by DonLakeFlyer's avatar DonLakeFlyer

Fix altitude visibility

parent 2acf7606
...@@ -79,10 +79,11 @@ Rectangle { ...@@ -79,10 +79,11 @@ Rectangle {
} }
Rectangle { Rectangle {
anchors.left: parent.left anchors.left: parent.left
anchors.right: parent.right anchors.right: parent.right
height: altColumn.y + altColumn.height + _margin height: altColumn.y + altColumn.height + _margin
color: qgcPal.windowShade color: qgcPal.windowShade
visible: _specifiesAltitude
Column { Column {
id: altColumn id: altColumn
...@@ -108,7 +109,6 @@ Rectangle { ...@@ -108,7 +109,6 @@ Rectangle {
fact: missionItem.altitude fact: missionItem.altitude
digitCount: 3 digitCount: 3
incrementSlots: 1 incrementSlots: 1
visible: _specifiesAltitude
} }
RowLayout { RowLayout {
......
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