Commit d62d8f46 authored by dogmaphobic's avatar dogmaphobic

Final menu label tweaks

parent cd53e5f5
......@@ -95,7 +95,7 @@ Rectangle {
id: contextMenu
MenuItem {
text: "Roll/Pitch Indicators"
text: "Main Attitude Indicators"
checkable: true
checked: attitudeWidget.visible
onTriggered:
......@@ -106,7 +106,7 @@ Rectangle {
}
MenuItem {
text: "Display Roll/Pitch Background"
text: "Display Attitude Background"
checkable: true
checked: attitudeWidget.displayBackground
onTriggered:
......@@ -218,9 +218,9 @@ Rectangle {
}
MenuItem {
text: "Map Follows Heading"
text: "Map Always Points North"
checkable: true
checked: !mapBackground.alwaysNorth
checked: mapBackground.alwaysNorth
onTriggered:
{
mapBackground.alwaysNorth = !mapBackground.alwaysNorth;
......
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