Commit f9e75ce8 authored by Gus Grubba's avatar Gus Grubba

Remove debug output

Enlarge touch are to dismiss system messages
parent 02474d36
...@@ -29,9 +29,6 @@ ApplicationWindow { ...@@ -29,9 +29,6 @@ ApplicationWindow {
minimumHeight: 646 minimumHeight: 646
visible: true visible: true
onWidthChanged: console.log('W: ' + width)
onHeightChanged: console.log('H: ' + height)
readonly property real _topBottomMargins: ScreenTools.defaultFontPixelHeight * 0.5 readonly property real _topBottomMargins: ScreenTools.defaultFontPixelHeight * 0.5
readonly property string _mainToolbar: QGroundControl.corePlugin.options.mainToolbarUrl readonly property string _mainToolbar: QGroundControl.corePlugin.options.mainToolbarUrl
readonly property string _planToolbar: QGroundControl.corePlugin.options.planToolbarUrl readonly property string _planToolbar: QGroundControl.corePlugin.options.planToolbarUrl
...@@ -527,7 +524,7 @@ ApplicationWindow { ...@@ -527,7 +524,7 @@ ApplicationWindow {
color: qgcPal.alertText color: qgcPal.alertText
MouseArea { MouseArea {
anchors.fill: parent anchors.fill: parent
anchors.margins: ScreenTools.isMobile ? -ScreenTools.defaultFontPixelHeight : 0 anchors.margins: -ScreenTools.defaultFontPixelHeight
onClicked: { onClicked: {
systemMessageArea.close() systemMessageArea.close()
} }
......
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