summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativestates/data
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-03-17 04:02:17 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-03-17 04:02:17 (GMT)
commit36dcc2be63375da1f73d87565397fd11bf445bf8 (patch)
treebb62afdce97f2a2a4f5df6616cf2d2c1582bc3bf /tests/auto/declarative/qdeclarativestates/data
parent7a8ed0580665e0240fc3539f29300606cfe7ccbc (diff)
downloadQt-36dcc2be63375da1f73d87565397fd11bf445bf8.zip
Qt-36dcc2be63375da1f73d87565397fd11bf445bf8.tar.gz
Qt-36dcc2be63375da1f73d87565397fd11bf445bf8.tar.bz2
Make states test work with smaller font size.
Diffstat (limited to 'tests/auto/declarative/qdeclarativestates/data')
-rw-r--r--tests/auto/declarative/qdeclarativestates/data/reset.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qdeclarativestates/data/reset.qml b/tests/auto/declarative/qdeclarativestates/data/reset.qml
index a0a2b8c..8e9b13a 100644
--- a/tests/auto/declarative/qdeclarativestates/data/reset.qml
+++ b/tests/auto/declarative/qdeclarativestates/data/reset.qml
@@ -5,9 +5,9 @@ Rectangle {
height: 480
Text {
id: theText
- width: 50
+ width: 40
wrap: true
- text: "a text string that is longer than 50 pixels"
+ text: "a text string that is longer than 40 pixels"
}
states: State {