diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-06-01 00:17:02 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-06-01 00:17:02 (GMT) |
commit | 3842b53597526bcfc313f208ace808f3f20951ed (patch) | |
tree | 3e2d1472038851091db559a027696aac98906c92 /doc | |
parent | 8b607217aa2be21943877798db59eb871f2bbc27 (diff) | |
download | Qt-3842b53597526bcfc313f208ace808f3f20951ed.zip Qt-3842b53597526bcfc313f208ace808f3f20951ed.tar.gz Qt-3842b53597526bcfc313f208ace808f3f20951ed.tar.bz2 |
Fix doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/snippets/declarative/rect-border-width.qml | 2 |
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 |