5import QGroundControl.Controls
6import QGroundControl.FactControls
9 property string label: fact.shortDescription
10 property alias fact: _factLabel.fact
11 property real labelPreferredWidth: -1
12 property alias factLabelShowUnits: _factLabel.showUnits
13 property alias factLabel: _factLabel
15 spacing: ScreenTools.defaultFontPixelWidth * 2
18 Layout.fillWidth: true
24 Layout.preferredWidth: labelPreferredWidth