Commit 067c19fe authored by Don Gagne's avatar Don Gagne

parent 30adfd96
......@@ -20,9 +20,16 @@ import QGroundControl.Palette 1.0
QGCViewDialog {
property string message
QGCLabel {
QGCFlickable {
anchors.fill: parent
wrapMode: Text.WordWrap
text: message
contentHeight: label.contentHeight
QGCLabel {
id: label
anchors.left: parent.left
anchors.right: parent.right
wrapMode: Text.WordWrap
text: message
}
}
}
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