Browse Source

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

QGC4.4
Gus Grubba 5 years ago committed by Lorenz Meier
parent
commit
e972c6b194
  1. 4
      src/AnalyzeView/AnalyzePage.qml

4
src/AnalyzeView/AnalyzePage.qml

@ -63,15 +63,13 @@ Item { @@ -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

Loading…
Cancel
Save