Commit b5cb0736 authored by DonLakeFlyer's avatar DonLakeFlyer

Fix drop arrow positioning

parent f2729ee1
......@@ -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
......
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