summaryrefslogtreecommitdiffstats
path: root/examples/quick/controls/gallery/content/Controls.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/controls/gallery/content/Controls.qml')
-rw-r--r--examples/quick/controls/gallery/content/Controls.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick/controls/gallery/content/Controls.qml b/examples/quick/controls/gallery/content/Controls.qml
index c1403da58..3bf8191c6 100644
--- a/examples/quick/controls/gallery/content/Controls.qml
+++ b/examples/quick/controls/gallery/content/Controls.qml
@@ -175,6 +175,7 @@ Item {
id: area
frameVisible: frameCheckbox.checked
text: loremIpsum + loremIpsum
+ textFormat: Qt.RichText
wrapMode: wrapCheck.checked ? TextEdit.WordWrap : TextEdit.NoWrap
width: contentRow.width - firstColumn.width - contentRow.spacing
height: parent.height - group1.height - group2.height - 2 * parent.spacing