Browse Source

Merge pull request #4219 from bluerobotics/leakFormat

Improve Sub's leak sensor labeling for better clarity
QGC4.4
Don Gagne 9 years ago committed by GitHub
parent
commit
3874b796f4
  1. 4
      src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml

4
src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml

@ -172,7 +172,7 @@ SetupPage {
QGCLabel { QGCLabel {
id: leakDetectorLabel id: leakDetectorLabel
text: qsTr("Leak detector") text: qsTr("Leak Detector")
font.family: ScreenTools.demiboldFontFamily font.family: ScreenTools.demiboldFontFamily
} }
@ -205,7 +205,7 @@ SetupPage {
anchors.margins: _margins anchors.margins: _margins
anchors.left: parent.left anchors.left: parent.left
anchors.top: leakPinLabel.bottom anchors.top: leakPinLabel.bottom
text: qsTr("Logic:") text: qsTr("Logic (when dry):")
} }
FactComboBox { FactComboBox {

Loading…
Cancel
Save