Commit 621f9bbd authored by DonLakeFlyer's avatar DonLakeFlyer

parent 04ae69ba
......@@ -84,14 +84,12 @@ Item {
return mainStatusLabel._commLostText
}
if (_activeVehicle.armed) {
_mainStatusBGColor = "green"
if (_activeVehicle.flying) {
_mainStatusBGColor = qgcPal.brandingPurple
return mainStatusLabel._flyingText
} else if (_activeVehicle.landing) {
_mainStatusBGColor = qgcPal.brandingPurple
return mainStatusLabel._landingText
} else {
_mainStatusBGColor = qgcPal.brandingPurple
return mainStatusLabel._armedText
}
} else {
......
......@@ -106,20 +106,10 @@ Rectangle {
}
}
Rectangle {
id: separator1
anchors.margins: ScreenTools.defaultFontPixelHeight / 2
anchors.top: parent.top
anchors.bottom: parent.bottom
anchors.left: viewButtonRow.right
width: 1
color: qgcPal.text
}
QGCFlickable {
id: toolsFlickable
anchors.leftMargin: ScreenTools.defaultFontPixelHeight / 2
anchors.left: separator1.right
anchors.left: viewButtonRow.right
anchors.bottomMargin: 1
anchors.top: parent.top
anchors.bottom: parent.bottom
......
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