aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/concepts/visualcanvas/visualparent.qdoc
diff options
context:
space:
mode:
authorFrederik Schwarzer <frederik.schwarzer@basyskom.com>2017-01-09 16:42:59 +0100
committerFrederik Schwarzer <frederik.schwarzer@basyskom.com>2017-02-15 09:11:37 +0000
commitaaa8b16bbda4e18c6afce50d91d81bc5ee862f64 (patch)
tree8620083906e77a78a78ae5e0a2ab109338a03439 /src/quick/doc/src/concepts/visualcanvas/visualparent.qdoc
parent23ad50f5683c976be0939a94b1c69aa1f098c25f (diff)
Minor wording issues and typo fixes in docs
Change-Id: I60af106607dca02fafc1df2d21d16053d64742b6 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/quick/doc/src/concepts/visualcanvas/visualparent.qdoc')
-rw-r--r--src/quick/doc/src/concepts/visualcanvas/visualparent.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/doc/src/concepts/visualcanvas/visualparent.qdoc b/src/quick/doc/src/concepts/visualcanvas/visualparent.qdoc
index fd5bf51307..f971043b58 100644
--- a/src/quick/doc/src/concepts/visualcanvas/visualparent.qdoc
+++ b/src/quick/doc/src/concepts/visualcanvas/visualparent.qdoc
@@ -125,7 +125,7 @@ the blue rectangle and beneath any of the blue rectangle's children.
Stacking order can be influenced with the \l Item::z property. Z values below 0 will stack below the parent, and if z
values are assigned then siblings will stack in z-order (with creation order used to break ties). Z values only affect
-stacking compared to siblings and the parent item. If you have an item who is obscured by a subtree rooted above its
+stacking compared to siblings and the parent item. If you have an item which is obscured by a subtree rooted above its
parent item, no z value on that item will increase its stacking order to stack above that subtree. To stack that item
above the other subtree you'll have to alter z values farther up in the hierarchy, or re-arrange the visual item
hierarchy.