aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/text/imgtag/imgtag.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/text/imgtag/imgtag.qml')
-rw-r--r--examples/declarative/text/imgtag/imgtag.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/text/imgtag/imgtag.qml b/examples/declarative/text/imgtag/imgtag.qml
index 7f0d1dcfa3..9d181af2cb 100644
--- a/examples/declarative/text/imgtag/imgtag.qml
+++ b/examples/declarative/text/imgtag/imgtag.qml
@@ -42,7 +42,7 @@ import QtQuick 2.0
Rectangle {
id: main
- width: 640; height: 800
+ width: 320; height: 480
focus: true
property var hAlign: Text.AlignLeft