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