aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/helloworld/tutorial2.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/helloworld/tutorial2.qml')
-rw-r--r--examples/tutorials/helloworld/tutorial2.qml2
1 files changed, 1 insertions, 1 deletions
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 {