diff --git a/src/PlanView/GeoFenceEditor.qml b/src/PlanView/GeoFenceEditor.qml index b34ec3e7feaaae74035e0182eb57674124548c1f..114f85ef348dd62b36fb17687bc1ea23689bc8e9 100644 --- a/src/PlanView/GeoFenceEditor.qml +++ b/src/PlanView/GeoFenceEditor.qml @@ -30,7 +30,7 @@ QGCFlickable { width: parent.width height: geoFenceItems.y + geoFenceItems.height + (_margin * 2) radius: _radius - color: qgcPal.buttonHighlight + color: qgcPal.missionItemEditor QGCLabel { id: geoFenceLabel diff --git a/src/PlanView/RallyPointEditorHeader.qml b/src/PlanView/RallyPointEditorHeader.qml index 7f99828d3bc715de84a939cc1dc91133c6503f45..ba87f949fdde9f27239a488d9ac6cf65664a69ac 100644 --- a/src/PlanView/RallyPointEditorHeader.qml +++ b/src/PlanView/RallyPointEditorHeader.qml @@ -20,7 +20,7 @@ QGCFlickable { width: parent.width height: innerEditorRect.y + innerEditorRect.height + (_margin * 2) radius: _radius - color: qgcPal.buttonHighlight + color: qgcPal.missionItemEditor QGCLabel { id: editorLabel diff --git a/src/PlanView/RallyPointItemEditor.qml b/src/PlanView/RallyPointItemEditor.qml index b6b36ed07f547fa4efe43af7c6d1542bd2a9bfcd..775f322a65e46c8cefbabb1cc142ddc7caa8c488 100644 --- a/src/PlanView/RallyPointItemEditor.qml +++ b/src/PlanView/RallyPointItemEditor.qml @@ -11,7 +11,7 @@ import QGroundControl.Palette 1.0 Rectangle { id: root height: _currentItem ? valuesRect.y + valuesRect.height + (_margin * 2) : titleBar.y - titleBar.height + _margin - color: _currentItem ? qgcPal.buttonHighlight : qgcPal.windowShade + color: _currentItem ? qgcPal.missionItemEditor : qgcPal.windowShade radius: _radius property var rallyPoint ///< RallyPoint object associated with editor