diff --git a/src/PlanView/SectionHeader.qml b/src/PlanView/SectionHeader.qml index 7903a7c4fd3e784697ec014a8918a7b89e85943d..55527010bfd93b32cd75458a39fa2e4fdd5855fe 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