aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext/data
diff options
context:
space:
mode:
authorBernd Weimer <bweimer@blackberry.com>2014-04-24 18:21:48 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-30 13:01:53 +0200
commitbc59d42e0f0d31d944bc7ae732bba6808e9cb4f6 (patch)
tree8315389c112472be9546418217cd5ef63dfcec59 /tests/auto/quick/qquicktext/data
parent67a101af142355a0ca7cdc234b7ee1716a25d87c (diff)
QNX: Fix qquicktext auto test
Change-Id: I06acf7dcd6e83c6b665163f4eb9e5ee55ecf85b2 Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Diffstat (limited to 'tests/auto/quick/qquicktext/data')
-rw-r--r--tests/auto/quick/qquicktext/data/horizontalAlignment_RightToLeft.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquicktext/data/horizontalAlignment_RightToLeft.qml b/tests/auto/quick/qquicktext/data/horizontalAlignment_RightToLeft.qml
index 5ba4d35684..876d325d5a 100644
--- a/tests/auto/quick/qquicktext/data/horizontalAlignment_RightToLeft.qml
+++ b/tests/auto/quick/qquicktext/data/horizontalAlignment_RightToLeft.qml
@@ -9,7 +9,7 @@ Rectangle {
Rectangle {
anchors.centerIn: parent
- width: 180
+ width: parent.width
height: 20
color: "green"