summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2014-06-17 14:05:29 +0200
committerMitch Curtis <mitch.curtis@digia.com>2014-06-20 07:55:08 +0200
commitd9b0bc144676a5a984ee2f1443419336cf258c94 (patch)
tree275efa2c59353e7619779162e5f2f1e4edfd6f9e
parent577d26cd0683198408b642093d0553e98ee9809d (diff)
downloadqtquickcontrols-d9b0bc144676a5a984ee2f1443419336cf258c94.tar.gz
Fix grammar in Layout::fillWidth and Layout::fillHeight documentation.
Change-Id: If6ef7eb6fe3f5f6f70b70dc4bc19678e0db18321 Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--src/layouts/qquicklayout.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/layouts/qquicklayout.cpp b/src/layouts/qquicklayout.cpp
index 27de432f..f5d8c99f 100644
--- a/src/layouts/qquicklayout.cpp
+++ b/src/layouts/qquicklayout.cpp
@@ -317,7 +317,7 @@ void QQuickLayoutAttached::setMaximumImplicitSize(const QSizeF &sz)
If this property is \c true, the item will be as wide as possible while respecting
the given constraints. If the property is \c false, the item will have a fixed width
set to the preferred width.
- The default is \c false, except for layouts themselves which defaults to \c true.
+ The default is \c false, except for layouts themselves, which default to \c true.
\sa fillHeight
*/
@@ -337,7 +337,7 @@ void QQuickLayoutAttached::setFillWidth(bool fill)
If this property is \c true, the item will be as tall as possible while respecting
the given constraints. If the property is \c false, the item will have a fixed height
set to the preferred height.
- The default is \c false, except for layouts themselves which defaults to \c true.
+ The default is \c false, except for layouts themselves, which default to \c true.
\sa fillWidth
*/