summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@digia.com>2013-12-23 14:37:06 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-16 16:02:12 +0100
commit768e190b5d74ddb20135d37e6b17639896e18ee6 (patch)
treeb651d10ac29b91e53ce8959623267a62cb361f5d
parent832e1571b1e1cd28e336fe0536b36ebc049a8b0f (diff)
downloadqtquickcontrols-768e190b5d74ddb20135d37e6b17639896e18ee6.tar.gz
Don't lie in the docs.
It seems we forgot to update the documentation when the default spacing got changed to 5. Change-Id: Id76ebd3d75ec5c0d5806aab65723d046c0f49864 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
-rw-r--r--src/layouts/qquicklinearlayout.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/layouts/qquicklinearlayout.cpp b/src/layouts/qquicklinearlayout.cpp
index 4f776b1f..554ce10c 100644
--- a/src/layouts/qquicklinearlayout.cpp
+++ b/src/layouts/qquicklinearlayout.cpp
@@ -545,7 +545,7 @@ QQuickGridLayout::QQuickGridLayout(QQuickItem *parent /* = 0*/)
\qmlproperty real GridLayout::columnSpacing
This property holds the spacing between each column.
- The default value is \c 4.
+ The default value is \c 5.
*/
qreal QQuickGridLayout::columnSpacing() const
{
@@ -568,7 +568,7 @@ void QQuickGridLayout::setColumnSpacing(qreal spacing)
\qmlproperty real GridLayout::rowSpacing
This property holds the spacing between each row.
- The default value is \c 4.
+ The default value is \c 5.
*/
qreal QQuickGridLayout::rowSpacing() const
{
@@ -843,13 +843,13 @@ QQuickLinearLayout::QQuickLinearLayout(Qt::Orientation orientation,
\qmlproperty real RowLayout::spacing
This property holds the spacing between each cell.
- The default value is \c 4.
+ The default value is \c 5.
*/
/*!
\qmlproperty real ColumnLayout::spacing
This property holds the spacing between each cell.
- The default value is \c 4.
+ The default value is \c 5.
*/
qreal QQuickLinearLayout::spacing() const