Commit 99ad07c5 authored by Don Gagne's avatar Don Gagne

Correct anchors for Help panel

parent 77be5c4b
...@@ -561,7 +561,8 @@ QGCView { ...@@ -561,7 +561,8 @@ QGCView {
anchors.margins: margins anchors.margins: margins
anchors.top: parent.top anchors.top: parent.top
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
anchors.left: parent.left anchors.left: addMissionItemsButton.right
anchors.right: missionItemEditor.left
width: parent.width - (margins * 2) - _rightPanelWidth width: parent.width - (margins * 2) - _rightPanelWidth
visible: helpButton.checked visible: helpButton.checked
color: qgcPal.window color: qgcPal.window
...@@ -569,7 +570,7 @@ QGCView { ...@@ -569,7 +570,7 @@ QGCView {
radius: ScreenTools.defaultFontPixelHeight radius: ScreenTools.defaultFontPixelHeight
z: editorMap.zOrderTopMost z: editorMap.zOrderTopMost
readonly property real margins: ScreenTools.defaultFontPixelHeight * 4 readonly property real margins: ScreenTools.defaultFontPixelHeight
Image { Image {
anchors.margins: ScreenTools.defaultFontPixelHeight anchors.margins: ScreenTools.defaultFontPixelHeight
......
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