diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-11-17 00:58:53 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-11-17 00:58:53 (GMT) |
commit | bccc24cc6cdeb85e9c97d93ba83dd12e85133c35 (patch) | |
tree | 0d5b0a5717b925b179680c0c4e176ed9545fe3a8 /tests/auto/declarative/qmlvisual/qdeclarativetext/font/richtext.qml | |
parent | 0f6ec93b4d1b945064dd53df96a7d92170e09627 (diff) | |
download | Qt-bccc24cc6cdeb85e9c97d93ba83dd12e85133c35.zip Qt-bccc24cc6cdeb85e9c97d93ba83dd12e85133c35.tar.gz Qt-bccc24cc6cdeb85e9c97d93ba83dd12e85133c35.tar.bz2 |
Remove pointSize from visual tests
Too unstable
Task-number: QTBUG-14792
Diffstat (limited to 'tests/auto/declarative/qmlvisual/qdeclarativetext/font/richtext.qml')
-rw-r--r-- | tests/auto/declarative/qmlvisual/qdeclarativetext/font/richtext.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/richtext.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/richtext.qml index d0960c3..a748b68 100644 --- a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/richtext.qml +++ b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/richtext.qml @@ -14,7 +14,7 @@ Rectangle { text: s.text; font.pixelSize: 18 } TestText { - text: s.text; font.pointSize: 18 + text: s.text; font.pixelSize: 24 } TestText { text: s.text; color: "red"; smooth: true |