diff --git a/src/MissionEditor/MissionSettingsEditor.qml b/src/MissionEditor/MissionSettingsEditor.qml index 729370c2a8699c1eb167de54c750ac2fd0533d4d..b209b6e113f13d30339a7112bea2b3bbfea00c22 100644 --- a/src/MissionEditor/MissionSettingsEditor.qml +++ b/src/MissionEditor/MissionSettingsEditor.qml @@ -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 } diff --git a/src/MissionEditor/SurveyItemEditor.qml b/src/MissionEditor/SurveyItemEditor.qml index 7d442e427eea01a58fdf7339af2f154949a06bb6..75f952acac609ad749d4e1c41a34d52e6d40a2d6 100644 --- a/src/MissionEditor/SurveyItemEditor.qml +++ b/src/MissionEditor/SurveyItemEditor.qml @@ -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