Commit 84a2a367 authored by Patrick José Pereira's avatar Patrick José Pereira

Survey: Change entry point from Mobile to not wind rose

Signed-off-by: 's avatarPatrick José Pereira <patrickelectric@gmail.com>
parent 9c7a81b2
......@@ -465,11 +465,11 @@ Rectangle {
QGCLabel {
text: qsTr("Entry")
visible: ScreenTools.isMobile
visible: !windRoseButton.visible
}
FactComboBox {
fact: missionItem.gridEntryLocation
visible: ScreenTools.isMobile
visible: !windRoseButton.visible
indexModel: false
Layout.fillWidth: true
}
......@@ -580,11 +580,11 @@ Rectangle {
}
QGCLabel {
text: qsTr("Entry")
visible: ScreenTools.isMobile
visible: !windRoseButton.visible
}
FactComboBox {
fact: missionItem.gridEntryLocation
visible: ScreenTools.isMobile
visible: !windRoseButton.visible
indexModel: false
Layout.fillWidth: true
}
......
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