projects
/
platform
/
upstream
/
qtdeclarative.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6da1090
)
Fix typo in QQuickText documentation.
author
Mitch Curtis
<mitch.curtis@digia.com>
Tue, 6 May 2014 12:04:27 +0000
(14:04 +0200)
committer
The Qt Project
<gerrit-noreply@qt-project.org>
Wed, 7 May 2014 10:36:53 +0000
(12:36 +0200)
Change-Id: Ic2e96e881fe13bcac11e7c172963e2c1e9928256
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
src/quick/items/qquicktext.cpp
patch
|
blob
|
history
diff --git
a/src/quick/items/qquicktext.cpp
b/src/quick/items/qquicktext.cpp
index
312cd48
..
cbdea39
100644
(file)
--- a/
src/quick/items/qquicktext.cpp
+++ b/
src/quick/items/qquicktext.cpp
@@
-2359,7
+2359,7
@@
void QQuickText::setLineHeightMode(LineHeightMode mode)
within the width of the item without wrapping is used.
\li Text.VerticalFit - The largest size up to the size specified that fits
the height of the item is used.
- \li Text.Fit - The largest size up to the size specified th
e
fits within the
+ \li Text.Fit - The largest size up to the size specified th
at
fits within the
width and height of the item is used.
\endlist