Commit 05326562 authored by Don Gagne's avatar Don Gagne

Regular text color on section labels

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