Commit 465d562f authored by Gus Grubba's avatar Gus Grubba

Merge pull request #2066 from DonLakeFlyer/HelpMargins

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