7import QGroundControl.FactControls
8import QGroundControl.Controls
13 default property alias contentItem: mainLayout.data
14 property int sectionFilter: -1
18 contentWidth: mainLayout.width
19 contentHeight: mainLayout.height
23 x: Math.max(0, root.width / 2 - width / 2)
24 width: Math.max(implicitWidth, ScreenTools.defaultFontPixelWidth * 50)
25 spacing: ScreenTools.defaultFontPixelHeight