aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/quicklayouts/qquicklinearlayout.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/quicklayouts/qquicklinearlayout.cpp b/src/quicklayouts/qquicklinearlayout.cpp
index 38677203db..dd6523215b 100644
--- a/src/quicklayouts/qquicklinearlayout.cpp
+++ b/src/quicklayouts/qquicklinearlayout.cpp
@@ -847,9 +847,10 @@ QQuickLinearLayout::QQuickLinearLayout(Qt::Orientation orientation,
\qmlproperty enumeration ColumnLayout::layoutDirection
\since QtQuick.Layouts 1.1
- This property holds the layout direction of the column layout - it controls whether items are laid
- out from left to right or right to left. If \c Qt.RightToLeft is specified,
- left-aligned items will be right-aligned and right-aligned items will be left-aligned.
+ This property holds the layout direction of the column layout - it
+ controls the horizontal alignment of items within the column.
+ If \c Qt.RightToLeft is specified,left-aligned items will be
+ right-aligned and right-aligned items will be left-aligned.
Possible values: