Fix qmltest failure on mac
authorBea Lam <bea.lam@nokia.com>
Thu, 3 May 2012 07:55:09 +0000 (17:55 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 9 May 2012 00:13:54 +0000 (02:13 +0200)
Increase font size of text content

Task-number: QTBUG-25306

Change-Id: I1932389416290cb206818b98df79597690a2992a
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
tests/auto/qmltest/text/tst_text.qml

index 53a768d..81358ae 100644 (file)
@@ -73,9 +73,9 @@ Item {
 
         id: txtlinecount
         text: first
-        width: 100
+        width: 120
         wrapMode: Text.WrapAnywhere
-        font.pixelSize: 16
+        font.pixelSize: 18
     }
 
     TestCase {