From 645c39e225d07dd6a8e8e756828ddd614da205dc Mon Sep 17 00:00:00 2001 From: Bea Lam Date: Thu, 3 May 2012 17:55:09 +1000 Subject: [PATCH] Fix qmltest failure on mac Increase font size of text content Task-number: QTBUG-25306 Change-Id: I1932389416290cb206818b98df79597690a2992a Reviewed-by: Alan Alpert --- tests/auto/qmltest/text/tst_text.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.7.4