aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2014-07-06 10:51:42 +0200
committerMitch Curtis <mitch.curtis@digia.com>2014-07-07 11:19:17 +0200
commit3c5026b73d1d0d120584367e0855592233bea9aa (patch)
treeebe63d2f5005ee2ed8a552428843aa1f0dcded4b
parente7643e351cd8694315ade482c678e38113c7db24 (diff)
Fix typo, group related sentences in qtquick-screens.qdoc.
Change-Id: I2b83b0f42e71b8d7fb55d857e0d14d3e07af9fa1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
-rw-r--r--doc/src/qtquick/qtquick-screens.qdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/qtquick/qtquick-screens.qdoc b/doc/src/qtquick/qtquick-screens.qdoc
index bdf655f7f8..283fcc9f4f 100644
--- a/doc/src/qtquick/qtquick-screens.qdoc
+++ b/doc/src/qtquick/qtquick-screens.qdoc
@@ -107,7 +107,7 @@
\l{Positioning with Bindings}
{Property binding} is a declarative way of specifying the value of a property.
- Binding allows a property value to be expressed as an JavaScript expression
+ Binding allows a property value to be expressed as a JavaScript expression
that defines the value relative to other property values or data accessible
in the application. The property value is automatically kept up to date if
the other properties or data values change.
@@ -126,7 +126,6 @@
\QMLD cannot show bindings and using them might have a negative impact on
performance, so consider setting anchors and margins for items, instead.
-
For example, instead of setting \c {parent.width} for an item, you could
anchor the item to its sibling items on the left and the right.