diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2011-02-15 12:27:41 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2011-02-15 12:27:41 (GMT) |
commit | 43e661faa5d27d694d5fc769a4fe4a24a650cc2d (patch) | |
tree | f55cad52b27725c25e2ca2b93427878e490a1415 /doc/src/declarative | |
parent | 3a20058dee330b77d4b906695343d643077fa999 (diff) | |
download | Qt-43e661faa5d27d694d5fc769a4fe4a24a650cc2d.zip Qt-43e661faa5d27d694d5fc769a4fe4a24a650cc2d.tar.gz Qt-43e661faa5d27d694d5fc769a4fe4a24a650cc2d.tar.bz2 |
Removed unused snippet code. Changed reference to snippet.
Task-number: QTBUG-16071
Diffstat (limited to 'doc/src/declarative')
-rw-r--r-- | doc/src/declarative/positioners.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/positioners.qdoc b/doc/src/declarative/positioners.qdoc index 66d2973..c91ed9a 100644 --- a/doc/src/declarative/positioners.qdoc +++ b/doc/src/declarative/positioners.qdoc @@ -102,7 +102,7 @@ in a 2-by-2 grid. As with the other positioners, the spacing between items can be specified using the \l{Grid::spacing}{spacing} property. \clearfloat -\snippet doc/src/snippets/declarative/grid/grid-spacing.qml document +\snippet doc/src/snippets/declarative/grid-spacing.qml document There is no difference between horizontal and vertical spacing inserted between items, so any additional space must be added within the items |