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