Commit e972c6b1 authored by Gus Grubba's avatar Gus Grubba Committed by Lorenz Meier

Let the content of the AnalyzePage handle Flickable. They already do.

parent df1f3f59
......@@ -63,15 +63,13 @@ Item {
}
}
QGCFlickable {
Item {
id: mainContent
anchors.topMargin: ScreenTools.defaultFontPixelHeight
anchors.top: headerLoader.sourceComponent === null ? (headingColumn.visible ? headingColumn.bottom : parent.top) : headerLoader.bottom
anchors.bottom: parent.bottom
anchors.left: parent.left
anchors.right: parent.right
contentWidth: pageLoader.x + pageLoader.item.width
contentHeight: pageLoader.y + pageLoader.item.height
clip: true
Loader {
id: pageLoader
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment