Commit 05326562 authored by Don Gagne's avatar Don Gagne

Regular text color on section labels

parent 501074d6
......@@ -53,10 +53,7 @@ Rectangle {
anchors.top: parent.top
spacing: _margin
QGCLabel {
text: qsTr("Planned Home Position")
color: qgcPal.buttonHighlight
}
QGCLabel { text: qsTr("Planned Home Position") }
Rectangle {
anchors.left: parent.left
......@@ -96,7 +93,6 @@ Rectangle {
QGCLabel {
text: qsTr("Vehicle Info")
color: qgcPal.buttonHighlight
visible: _multipleFirmware
}
......
......@@ -286,7 +286,7 @@ Rectangle {
}
}
QGCLabel { text: qsTr("Camera"); color: qgcPal.buttonHighlight; visible: gridTypeCombo.currentIndex !== _gridTypeManual}
QGCLabel { text: qsTr("Camera"); visible: gridTypeCombo.currentIndex !== _gridTypeManual}
Rectangle {
anchors.left: parent.left
......@@ -420,7 +420,7 @@ Rectangle {
}
}
QGCLabel { text: qsTr("Grid"); color: qgcPal.buttonHighlight;}
QGCLabel { text: qsTr("Grid") }
Rectangle {
anchors.left: parent.left
......@@ -523,7 +523,7 @@ Rectangle {
spacing: _margin
visible: gridTypeCombo.currentIndex == _gridTypeManual
QGCLabel { text: qsTr("Grid"); color: qgcPal.buttonHighlight;}
QGCLabel { text: qsTr("Grid") }
Rectangle {
anchors.left: parent.left
......@@ -547,7 +547,7 @@ Rectangle {
onClicked: missionItem.gridAltitudeRelative = checked
}
QGCLabel { text: qsTr("Camera"); color: qgcPal.buttonHighlight;}
QGCLabel { text: qsTr("Camera") }
Rectangle {
anchors.left: parent.left
......@@ -578,7 +578,7 @@ Rectangle {
}
}
QGCLabel { text: qsTr("Polygon"); color: qgcPal.buttonHighlight;}
QGCLabel { text: qsTr("Polygon") }
Rectangle {
anchors.left: parent.left
......@@ -621,7 +621,7 @@ Rectangle {
}
}
QGCLabel { text: qsTr("Statistics"); color: qgcPal.buttonHighlight;}
QGCLabel { text: qsTr("Statistics") }
Rectangle {
anchors.left: parent.left
......
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