Commit de276119 authored by Don Gagne's avatar Don Gagne

Merge pull request #2478 from DonLakeFlyer/QGCViewDialogAnchor

Fix anchoring, resize main window now works correctly
parents 7558a754 b9be163f
......@@ -277,7 +277,7 @@ FactPanel {
anchors.top: parent.top
anchors.bottom: parent.bottom
anchors.left: parent.left
width: parent.width
anchors.right: __dialogPanel.left
opacity: 0.0
color: __qgcPal.window
}
......@@ -289,7 +289,7 @@ FactPanel {
anchors.topMargin: topDialogMargin
anchors.top: parent.top
anchors.bottom: parent.bottom
anchors.left: __transparentSection.right
anchors.right: parent.right
color: __qgcPal.windowShadeDark
Rectangle {
......
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