Commit 01806fae authored by Don Gagne's avatar Don Gagne

Fix text coloring

parent 0878a189
...@@ -583,6 +583,7 @@ QGCView { ...@@ -583,6 +583,7 @@ QGCView {
exclusiveGroup: planElementSelectorGroup exclusiveGroup: planElementSelectorGroup
text: qsTr("Mission") text: qsTr("Mission")
checked: true checked: true
color: mapPal.text
} }
Item { height: 1; width: 1 } Item { height: 1; width: 1 }
...@@ -591,6 +592,7 @@ QGCView { ...@@ -591,6 +592,7 @@ QGCView {
id: planElementGeoFence id: planElementGeoFence
exclusiveGroup: planElementSelectorGroup exclusiveGroup: planElementSelectorGroup
text: qsTr("Fence") text: qsTr("Fence")
color: mapPal.text
} }
Item { height: 1; width: 1 } Item { height: 1; width: 1 }
...@@ -599,6 +601,7 @@ QGCView { ...@@ -599,6 +601,7 @@ QGCView {
id: planElementRallyPoints id: planElementRallyPoints
exclusiveGroup: planElementSelectorGroup exclusiveGroup: planElementSelectorGroup
text: qsTr("Rally") text: qsTr("Rally")
color: mapPal.text
} }
} // Row - Plan Element Selector } // Row - Plan Element Selector
......
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