aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/helloworld/tutorial3.qml
diff options
context:
space:
mode:
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 {