diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-11-16 00:55:12 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-11-16 00:55:12 (GMT) |
commit | 7c8db76d57eb2ed8140a1c466511bd1fefe4b096 (patch) | |
tree | 97b953f32727805285c4e54853bc503ae93374f1 /tests/auto/declarative/qmlvisual/qdeclarativetext/qtbug_14865.qml | |
parent | 6cc85e9884c5cf846dbb3cbf94b6bd4dc787b6f4 (diff) | |
download | Qt-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.qml | 2 |
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 |