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