Commit f2622cc7 authored by Gus Grubba's avatar Gus Grubba

Fix global search replace run amok

parent 44afaa86
...@@ -213,7 +213,6 @@ SetupPage { ...@@ -213,7 +213,6 @@ SetupPage {
width: 100 width: 100
sourceComponent: axisMonitorDisplayComponent sourceComponent: axisMonitorDisplayComponent
property real ScreenTools.defaultFontPixelWidth: ScreenTools.defaultFontPixelWidth
property bool mapped: controller.pitchAxisMapped property bool mapped: controller.pitchAxisMapped
property bool reversed: controller.pitchAxisReversed property bool reversed: controller.pitchAxisReversed
} }
...@@ -243,7 +242,6 @@ SetupPage { ...@@ -243,7 +242,6 @@ SetupPage {
width: 100 width: 100
sourceComponent: axisMonitorDisplayComponent sourceComponent: axisMonitorDisplayComponent
property real ScreenTools.defaultFontPixelWidth: ScreenTools.defaultFontPixelWidth
property bool mapped: controller.yawAxisMapped property bool mapped: controller.yawAxisMapped
property bool reversed: controller.yawAxisReversed property bool reversed: controller.yawAxisReversed
} }
...@@ -273,7 +271,6 @@ SetupPage { ...@@ -273,7 +271,6 @@ SetupPage {
width: 100 width: 100
sourceComponent: axisMonitorDisplayComponent sourceComponent: axisMonitorDisplayComponent
property real ScreenTools.defaultFontPixelWidth: ScreenTools.defaultFontPixelWidth
property bool mapped: controller.throttleAxisMapped property bool mapped: controller.throttleAxisMapped
property bool reversed: controller.throttleAxisReversed property bool reversed: controller.throttleAxisReversed
} }
...@@ -826,7 +823,6 @@ SetupPage { ...@@ -826,7 +823,6 @@ SetupPage {
sourceComponent: axisMonitorDisplayComponent sourceComponent: axisMonitorDisplayComponent
Component.onCompleted: item.narrowIndicator = true Component.onCompleted: item.narrowIndicator = true
property real ScreenTools.defaultFontPixelWidth: ScreenTools.defaultFontPixelWidth
property bool mapped: true property bool mapped: true
readonly property bool reversed: false readonly property bool reversed: false
......
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