Skip to content
Snippets Groups Projects
Commit 84a2a367 authored by Patrick José Pereira's avatar Patrick José Pereira
Browse files

Survey: Change entry point from Mobile to not wind rose

parent 9c7a81b2
No related branches found
No related tags found
No related merge requests found
...@@ -465,11 +465,11 @@ Rectangle { ...@@ -465,11 +465,11 @@ Rectangle {
QGCLabel { QGCLabel {
text: qsTr("Entry") text: qsTr("Entry")
visible: ScreenTools.isMobile visible: !windRoseButton.visible
} }
FactComboBox { FactComboBox {
fact: missionItem.gridEntryLocation fact: missionItem.gridEntryLocation
visible: ScreenTools.isMobile visible: !windRoseButton.visible
indexModel: false indexModel: false
Layout.fillWidth: true Layout.fillWidth: true
} }
...@@ -580,11 +580,11 @@ Rectangle { ...@@ -580,11 +580,11 @@ Rectangle {
} }
QGCLabel { QGCLabel {
text: qsTr("Entry") text: qsTr("Entry")
visible: ScreenTools.isMobile visible: !windRoseButton.visible
} }
FactComboBox { FactComboBox {
fact: missionItem.gridEntryLocation fact: missionItem.gridEntryLocation
visible: ScreenTools.isMobile visible: !windRoseButton.visible
indexModel: false indexModel: false
Layout.fillWidth: true Layout.fillWidth: true
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment