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

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