summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/anchor-layout.qdoc
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-10-08 00:40:05 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-10-08 00:40:05 (GMT)
commit4cd7e2a0a956b1f9a0ea0d4691ebb1380ebc7c84 (patch)
tree4816de1ef63efb681c3baa39b7c056e987428a7d /doc/src/declarative/anchor-layout.qdoc
parent68573410fb50d95a6ce27cd001d2e140b0b4aedd (diff)
downloadQt-4cd7e2a0a956b1f9a0ea0d4691ebb1380ebc7c84.zip
Qt-4cd7e2a0a956b1f9a0ea0d4691ebb1380ebc7c84.tar.gz
Qt-4cd7e2a0a956b1f9a0ea0d4691ebb1380ebc7c84.tar.bz2
doc cleanup
Diffstat (limited to 'doc/src/declarative/anchor-layout.qdoc')
-rw-r--r--doc/src/declarative/anchor-layout.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/anchor-layout.qdoc b/doc/src/declarative/anchor-layout.qdoc
index e723d5c..8590aba 100644
--- a/doc/src/declarative/anchor-layout.qdoc
+++ b/doc/src/declarative/anchor-layout.qdoc
@@ -14,7 +14,7 @@ Rectangle { id: rect1; ... }
Rectangle { id: rect2; anchors.left: rect1.right; ... }
\endcode
-In this case, the left edge of \e rect2 is bound to the right edge of rect1, producing the following:
+In this case, the left edge of \e rect2 is bound to the right edge of \e rect1, producing the following:
\image edge1.png