Browse Source

Remove extra visible flag from copying/pasting code from elsewhere.

QGC4.4
Gus Grubba 6 years ago
parent
commit
848fc0a41e
  1. 1
      src/Airmap/AirmapSettings.qml

1
src/Airmap/AirmapSettings.qml

@ -69,7 +69,6 @@ QGCView {
height: generalLabel.height height: generalLabel.height
anchors.margins: ScreenTools.defaultFontPixelWidth anchors.margins: ScreenTools.defaultFontPixelWidth
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
visible: QGroundControl.settingsManager.unitsSettings.visible
QGCLabel { QGCLabel {
id: generalLabel id: generalLabel
text: qsTr("General") text: qsTr("General")

Loading…
Cancel
Save