From: Bea Lam Date: Thu, 3 May 2012 07:55:09 +0000 (+1000) Subject: Fix qmltest failure on mac X-Git-Tag: upstream/5.2.1~1931 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=645c39e225d07dd6a8e8e756828ddd614da205dc;p=platform%2Fupstream%2Fqtdeclarative.git Fix qmltest failure on mac Increase font size of text content Task-number: QTBUG-25306 Change-Id: I1932389416290cb206818b98df79597690a2992a Reviewed-by: Alan Alpert --- diff --git a/tests/auto/qmltest/text/tst_text.qml b/tests/auto/qmltest/text/tst_text.qml index 53a768d..81358ae 100644 --- a/tests/auto/qmltest/text/tst_text.qml +++ b/tests/auto/qmltest/text/tst_text.qml @@ -73,9 +73,9 @@ Item { id: txtlinecount text: first - width: 100 + width: 120 wrapMode: Text.WrapAnywhere - font.pixelSize: 16 + font.pixelSize: 18 } TestCase {