From ee4202a5d35ad82bc957a0978dc50af00591a274 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Tue, 20 Mar 2012 18:36:12 +1000 Subject: Update tutorial Updated paths, and updated arbitrary form factor Change-Id: I10ffedd6978fbe62050987a4e0e5ab8b120edfce Reviewed-by: Yann Bodson --- examples/tutorials/helloworld/tutorial2.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/tutorials/helloworld/tutorial2.qml') diff --git a/examples/tutorials/helloworld/tutorial2.qml b/examples/tutorials/helloworld/tutorial2.qml index c5c045aace..3b44f5cf54 100644 --- a/examples/tutorials/helloworld/tutorial2.qml +++ b/examples/tutorials/helloworld/tutorial2.qml @@ -43,7 +43,7 @@ import QtQuick 2.0 Rectangle { id: page - width: 500; height: 200 + width: 320; height: 480 color: "lightgray" Text { -- cgit v1.2.3