summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2010-06-01 00:17:02 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2010-06-01 00:17:02 (GMT)
commit3842b53597526bcfc313f208ace808f3f20951ed (patch)
tree3e2d1472038851091db559a027696aac98906c92 /doc/src
parent8b607217aa2be21943877798db59eb871f2bbc27 (diff)
downloadQt-3842b53597526bcfc313f208ace808f3f20951ed.zip
Qt-3842b53597526bcfc313f208ace808f3f20951ed.tar.gz
Qt-3842b53597526bcfc313f208ace808f3f20951ed.tar.bz2
Fix doc
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/snippets/declarative/rect-border-width.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/declarative/rect-border-width.qml b/doc/src/snippets/declarative/rect-border-width.qml
index 27a241d..1c42226 100644
--- a/doc/src/snippets/declarative/rect-border-width.qml
+++ b/doc/src/snippets/declarative/rect-border-width.qml
@@ -6,7 +6,7 @@ Rectangle {
color: "yellow"
Rectangle {
- anchor.fill: parent
+ anchors.fill: parent
anchors.margins: 10
clip: true