From b5cb07367871e824ed76db5c772e854e40677616 Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Tue, 29 May 2018 14:07:42 -0700 Subject: [PATCH] Fix drop arrow positioning --- src/PlanView/SectionHeader.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PlanView/SectionHeader.qml b/src/PlanView/SectionHeader.qml index 7903a7c4f..55527010b 100644 --- a/src/PlanView/SectionHeader.qml +++ b/src/PlanView/SectionHeader.qml @@ -51,9 +51,10 @@ FocusScope { QGCColoredImage { id: image + anchors.right: parent.right + anchors.verticalCenter: parent.verticalCenter width: label.height / 2 height: width - Layout.alignment: Qt.AlignRight | Qt.AlignVCenter source: "/qmlimages/arrow-down.png" color: qgcPal.text visible: !_root.checked -- 2.22.0