5import QGroundControl.Controls
9 width: ScreenTools.defaultFontPixelHeight * 1.5
12 border.color: indicatorColor
16 property color indicatorColor: "white"
21 anchors.margins: _root.height / 6
22 anchors.top: parent.top
23 anchors.bottom: parent.bottom
24 anchors.horizontalCenter: parent.horizontalCenter
30 anchors.margins: _root.height / 6
31 anchors.left: parent.left
32 anchors.right: parent.right
33 anchors.verticalCenter: parent.verticalCenter
40 onClicked: _root.clicked()