diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index 4d0af72f6964d6aa76f42c498c232a7258729021..f371173a8b4475a53dc14b529b3353275fc8f2e8 100644 --- a/qgroundcontrol.pro +++ b/qgroundcontrol.pro @@ -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 diff --git a/src/Airmap/AirmapSettings.qml b/src/Airmap/AirmapSettings.qml index 377bfd80532629ddc8758a7e5796a525e5a46c9b..6bd39f3e46396a072fd8c84d71c57b4b56bdb78f 100644 --- a/src/Airmap/AirmapSettings.qml +++ b/src/Airmap/AirmapSettings.qml @@ -32,7 +32,6 @@ import QGroundControl.SettingsManager 1.0 Item { id: _root - color: qgcPal.window anchors.fill: parent anchors.margins: ScreenTools.defaultFontPixelWidth