From d6b65e913dc025f6bd3b2dff30abf58bab17697a Mon Sep 17 00:00:00 2001 From: Thyagarajan Balakrishnan Date: Mon, 20 Feb 2012 15:17:52 +0200 Subject: [PATCH] Changes: pixel size changed to workaround slow startup time RevBy: TrustMe --- tests/common/testapps/fala_qml_helloworld/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/testapps/fala_qml_helloworld/main.qml b/tests/common/testapps/fala_qml_helloworld/main.qml index d2b77e0..a08dd40 100644 --- a/tests/common/testapps/fala_qml_helloworld/main.qml +++ b/tests/common/testapps/fala_qml_helloworld/main.qml @@ -1,7 +1,7 @@ import Qt 4.7 Rectangle { - width: 854 + width: 853 height: 480 Text { id: text1