Commit c3ea3695 authored by Stefan Dunca's avatar Stefan Dunca Committed by Gus Grubba

Fix airmap settings show

parent fed816bc
......@@ -1057,6 +1057,7 @@ contains (DEFINES, QGC_AIRMAP_ENABLED) {
#-- Do we have an API key?
exists(src/Airmap/Airmap_api_key.h) {
message("Using compile time Airmap API key")
HEADERS += \
src/Airmap/Airmap_api_key.h
DEFINES += QGC_AIRMAP_KEY_AVAILABLE
......
......@@ -32,7 +32,6 @@ import QGroundControl.SettingsManager 1.0
Item {
id: _root
color: qgcPal.window
anchors.fill: parent
anchors.margins: ScreenTools.defaultFontPixelWidth
......
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