Fix qmltest failure on mac
[profile/ivi/qtdeclarative.git] / 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 {