From c7e7fe1f56852863217e052224e80464c9c0fdb8 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Thu, 7 May 2020 08:53:06 +0200 Subject: Doc: State correct default wrap mode in TextArea Fixes: QTBUG-84048 Pick-to: 5.15 Change-Id: I91ec44a5556f5906771642ca947f2e5bb1cd0721 Reviewed-by: Paul Wicking Reviewed-by: Mitch Curtis --- src/controls/TextArea.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controls/TextArea.qml b/src/controls/TextArea.qml index 402161c22..d289780e9 100644 --- a/src/controls/TextArea.qml +++ b/src/controls/TextArea.qml @@ -365,8 +365,8 @@ ScrollView { Set this property to wrap the text to the TextArea item's width. \list - \li TextEdit.NoWrap - no wrapping will be performed. - \li TextEdit.WordWrap (default) - wrapping is done on word boundaries only. + \li TextEdit.NoWrap (default) - no wrapping will be performed. + \li TextEdit.WordWrap - wrapping is done on word boundaries only. \li TextEdit.WrapAnywhere - wrapping is done at any point on a line, even if it occurs in the middle of a word. \li TextEdit.Wrap - if possible, wrapping occurs at a word boundary; otherwise it will occur at the appropriate point on the line, even in the middle of a word. \endlist -- cgit v1.2.3