aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/helloworld/tutorial1.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/helloworld/tutorial1.qml')
-rw-r--r--examples/tutorials/helloworld/tutorial1.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorials/helloworld/tutorial1.qml b/examples/tutorials/helloworld/tutorial1.qml
index f0eb42d696..3de79831f4 100644
--- a/examples/tutorials/helloworld/tutorial1.qml
+++ b/examples/tutorials/helloworld/tutorial1.qml
@@ -46,7 +46,7 @@ import QtQuick 2.0
//![1]
Rectangle {
id: page
- width: 500; height: 200
+ width: 320; height: 480
color: "lightgray"
//![1]