summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/qdeclarativetext/qtbug_14865.qml
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-11-16 00:55:12 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-11-16 00:55:12 (GMT)
commit7c8db76d57eb2ed8140a1c466511bd1fefe4b096 (patch)
tree97b953f32727805285c4e54853bc503ae93374f1 /tests/auto/declarative/qmlvisual/qdeclarativetext/qtbug_14865.qml
parent6cc85e9884c5cf846dbb3cbf94b6bd4dc787b6f4 (diff)
downloadQt-7c8db76d57eb2ed8140a1c466511bd1fefe4b096.zip
Qt-7c8db76d57eb2ed8140a1c466511bd1fefe4b096.tar.gz
Qt-7c8db76d57eb2ed8140a1c466511bd1fefe4b096.tar.bz2
Shrink size of a visual test
Task-number: QTBUG-14792
Diffstat (limited to 'tests/auto/declarative/qmlvisual/qdeclarativetext/qtbug_14865.qml')
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativetext/qtbug_14865.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/qtbug_14865.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/qtbug_14865.qml
index 3d5fbf0..6699076 100644
--- a/tests/auto/declarative/qmlvisual/qdeclarativetext/qtbug_14865.qml
+++ b/tests/auto/declarative/qmlvisual/qdeclarativetext/qtbug_14865.qml
@@ -2,7 +2,7 @@ import QtQuick 1.0
import "../shared" 1.0
Rectangle {
- width: 200; height: 200
+ width: 100; height: 20
TestText {
id: label