summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2010-10-18 08:02:45 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2010-10-18 08:12:06 (GMT)
commit95e8ba42b11db6036add3c2aa9aabcd1d2f5b4a3 (patch)
treec2251295371908c88dc2c58aef4a90cb12339c7f /src/declarative
parente7b372e4705451dfd4443db7e6fc64d4b8f30c68 (diff)
downloadQt-95e8ba42b11db6036add3c2aa9aabcd1d2f5b4a3.zip
Qt-95e8ba42b11db6036add3c2aa9aabcd1d2f5b4a3.tar.gz
Qt-95e8ba42b11db6036add3c2aa9aabcd1d2f5b4a3.tar.bz2
Corrected spelling mistake and whitespace fixes.
Task-number: QTBUG-14501
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/graphicsitems/qdeclarativerectangle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativerectangle.cpp b/src/declarative/graphicsitems/qdeclarativerectangle.cpp
index 9831d5f..1ffd3bd 100644
--- a/src/declarative/graphicsitems/qdeclarativerectangle.cpp
+++ b/src/declarative/graphicsitems/qdeclarativerectangle.cpp
@@ -261,9 +261,9 @@ void QDeclarativeRectangle::doUpdate()
A width of 1 creates a thin line. For no line, use a width of 0 or a transparent color.
If \c border.width is an odd number, the rectangle is painted at a half-pixel offset to retain
- border smoothness. Also, the border is rendered evenly on either side of the
+ border smoothness. Also, the border is rendered evenly on either side of the
rectangle's boundaries, and the spare pixel is rendered to the right and below the
- rectangle (as documented for QRect rendering). This can cause unintended effects if
+ rectangle (as documented for QRect rendering). This can cause unintended effects if
\c border.width is 1 and the rectangle is \l{Item::clip}{clipped} by a parent item:
\beginfloatright