aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/righttoleft/textalignment/textalignment.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/righttoleft/textalignment/textalignment.qml')
-rw-r--r--examples/declarative/righttoleft/textalignment/textalignment.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/declarative/righttoleft/textalignment/textalignment.qml b/examples/declarative/righttoleft/textalignment/textalignment.qml
index 13abca1fb1..a7af6f1b55 100644
--- a/examples/declarative/righttoleft/textalignment/textalignment.qml
+++ b/examples/declarative/righttoleft/textalignment/textalignment.qml
@@ -361,6 +361,7 @@ Rectangle {
font.pixelSize: 24
cursorVisible: true
wrapMode: TextEdit.WordWrap
+ textFormat: TextEdit.RichText
horizontalAlignment: root.horizontalAlignment
LayoutMirroring.enabled: root.mirror
Rectangle {