Browse Source

Fix drop arrow positioning

QGC4.4
DonLakeFlyer 7 years ago
parent
commit
b5cb073678
  1. 3
      src/PlanView/SectionHeader.qml

3
src/PlanView/SectionHeader.qml

@ -51,9 +51,10 @@ FocusScope { @@ -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

Loading…
Cancel
Save