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