Commit 7c72e3be authored by Don Gagne's avatar Don Gagne

Fix anchoring, resize main window now works correctly

parent 5399a291
......@@ -272,7 +272,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
}
......@@ -284,7 +284,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