|
|
|
@ -87,6 +87,7 @@ Rectangle {
@@ -87,6 +87,7 @@ Rectangle {
|
|
|
|
|
visible: _expanded |
|
|
|
|
width: parent.width - valueGrid.width - (_margins * 2) |
|
|
|
|
clip: true |
|
|
|
|
|
|
|
|
|
delegate: Item { |
|
|
|
|
height: statusListView.height |
|
|
|
|
width: indicator.width |
|
|
|
@ -104,6 +105,7 @@ Rectangle {
@@ -104,6 +105,7 @@ Rectangle {
|
|
|
|
|
label: object.abbreviation |
|
|
|
|
visible: object.relativeAltitude ? true : (object.homePosition || graphAbsolute) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Connections { |
|
|
|
|
target: object |
|
|
|
|
|
|
|
|
|