From 7c72e3be24e9e42dc7d685e7ed0f9a2d4caf1bc9 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Sat, 26 Dec 2015 22:01:08 -0800 Subject: [PATCH] Fix anchoring, resize main window now works correctly --- src/QmlControls/QGCView.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/QmlControls/QGCView.qml b/src/QmlControls/QGCView.qml index 359d4fc56..c5b9aa43f 100644 --- a/src/QmlControls/QGCView.qml +++ b/src/QmlControls/QGCView.qml @@ -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 { -- 2.22.0