Commit b11194ac authored by mak's avatar mak

Changed ScrollView to QGCFlickable

parent 516566fe
......@@ -87,12 +87,13 @@ QGCView {
}
}
}
ScrollView {
id: scrollContainer
QGCFlickable {
id: container
anchors.fill: loader
contentItem: QGCLabel {
contentHeight: textOutput.height
QGCLabel {
id: textOutput
width: scrollContainer.width - _margins*2
width: container.width
wrapMode: Text.WordWrap
textFormat: Text.RichText
visible: !loader.visible
......
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