aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/helloworld/tutorial3.qml
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-03-20 18:36:12 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-21 23:04:28 +0100
commitee4202a5d35ad82bc957a0978dc50af00591a274 (patch)
tree56e5c6762d2cbe30480e988dc1b91f0a68b8acb9 /examples/tutorials/helloworld/tutorial3.qml
parent27fb50ac724020c32a6d5ee1b00b0648f689e0d1 (diff)
Update tutorial
Updated paths, and updated arbitrary form factor Change-Id: I10ffedd6978fbe62050987a4e0e5ab8b120edfce Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
Diffstat (limited to 'examples/tutorials/helloworld/tutorial3.qml')
-rw-r--r--examples/tutorials/helloworld/tutorial3.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorials/helloworld/tutorial3.qml b/examples/tutorials/helloworld/tutorial3.qml
index c804bfca1d..c35420c1de 100644
--- a/examples/tutorials/helloworld/tutorial3.qml
+++ b/examples/tutorials/helloworld/tutorial3.qml
@@ -43,7 +43,7 @@ import QtQuick 2.0
Rectangle {
id: page
- width: 500; height: 200
+ width: 320; height: 480
color: "lightgray"
Text {