Commit 4d9627f8 authored by DonLakeFlyer's avatar DonLakeFlyer

Fix center map tool drop position

parent 3ce99053
...@@ -345,17 +345,6 @@ QGCView { ...@@ -345,17 +345,6 @@ QGCView {
anchors.fill: parent anchors.fill: parent
} }
CenterMapDropButton {
anchors.margins: _margins
anchors.left: parent.left
anchors.top: parent.top
map: _map
z: QGroundControl.zOrderTopMost
showMission: false
showAllItems: false
visible: addNewSetView.visible
}
MapScale { MapScale {
anchors.leftMargin: ScreenTools.defaultFontPixelWidth / 2 anchors.leftMargin: ScreenTools.defaultFontPixelWidth / 2
anchors.bottomMargin: anchors.leftMargin anchors.bottomMargin: anchors.leftMargin
...@@ -602,6 +591,17 @@ QGCView { ...@@ -602,6 +591,17 @@ QGCView {
} // Map } // Map
} }
} // Item - Add new set view } // Item - Add new set view
CenterMapDropButton {
topMargin: 0
anchors.margins: _margins
anchors.left: map.left
anchors.top: map.top
map: _map
showMission: false
showAllItems: false
visible: addNewSetView.visible
}
} // Map } // Map
//-- Add new set dialog //-- Add new set dialog
......
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