From 481eb161412b33222a74570183f74220265d19b9 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Mon, 30 May 2011 09:40:57 +1000 Subject: [PATCH] Fix typo. Change-Id: Ide770bf31258b84b48ee1f588707c3415d662ccb --- doc/src/declarative/anchor-layout.qdoc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/src/declarative/anchor-layout.qdoc b/doc/src/declarative/anchor-layout.qdoc index e732b4c..5adf33d 100644 --- a/doc/src/declarative/anchor-layout.qdoc +++ b/doc/src/declarative/anchor-layout.qdoc @@ -136,7 +136,7 @@ or anchors its left and right edges but additionally sets a \l {Item::}{width}, result is undefined, as it would not be clear whether the item should use anchoring or absolute positioning. The same can be said for setting an item's \l {Item::}{y} and \l {Item::}{height} with \l {Item::}{anchors.top} and \l {Item::}{anchors.bottom}, or setting \l {Item::}{anchors.fill} -as well as \l {Item::}{width} or \l {Item::}{height}. The same apples when using positioners +as well as \l {Item::}{width} or \l {Item::}{height}. The same applies when using positioners such as Row and Grid, which may set the item's \l {Item::}{x} and \l {Item::}{y} properties. If you wish to change from using anchor-based to absolute positioning, you can clear an anchor value by setting it to \c undefined. -- 1.7.2.5