diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-07-21 00:36:17 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-07-21 00:36:17 (GMT) |
commit | 78a01438e5a37fd1778924f73ca8bfa55960b0d0 (patch) | |
tree | 5c19f64dc405ef24be8618f6d3a709d27e46793e /src/declarative/graphicsitems/qdeclarativetextedit.cpp | |
parent | 164b2b54922d87a44a60efe6dbbe2fa3b7716820 (diff) | |
download | Qt-78a01438e5a37fd1778924f73ca8bfa55960b0d0.zip Qt-78a01438e5a37fd1778924f73ca8bfa55960b0d0.tar.gz Qt-78a01438e5a37fd1778924f73ca8bfa55960b0d0.tar.bz2 |
font.letterSpacing used percentage rather than absolute values.
... and percentage is useless.
Task-number: QTBUG-12282
Reviewed-by: Warwick Allison
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativetextedit.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativetextedit.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativetextedit.cpp b/src/declarative/graphicsitems/qdeclarativetextedit.cpp index d13e139..0cbada4 100644 --- a/src/declarative/graphicsitems/qdeclarativetextedit.cpp +++ b/src/declarative/graphicsitems/qdeclarativetextedit.cpp @@ -213,8 +213,7 @@ QString QDeclarativeTextEdit::text() const Sets the letter spacing for the font. Letter spacing changes the default spacing between individual letters in the font. - A value of 100 will keep the spacing unchanged; a value of 200 will enlarge the spacing after a character by - the width of the character itself. + A positive value increases the letter spacing by the corresponding pixels; a negative value decreases the spacing. */ /*! |