aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/text/imgtag/imgtag.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/text/imgtag/imgtag.qml')
-rw-r--r--examples/quick/text/imgtag/imgtag.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/quick/text/imgtag/imgtag.qml b/examples/quick/text/imgtag/imgtag.qml
index 1790853de2..177008940a 100644
--- a/examples/quick/text/imgtag/imgtag.qml
+++ b/examples/quick/text/imgtag/imgtag.qml
@@ -56,7 +56,7 @@ Rectangle {
focus: true
color: "#dedede"
- property var hAlign: Text.AlignLeft
+ property int hAlign: Text.AlignLeft
Flickable {
anchors.fill: parent
@@ -68,6 +68,7 @@ Rectangle {
x: 10; y: 10
spacing: 20
width: parent.width - 20
+ property int hAlign: main.hAlign
TextWithImage {
text: "This is a <b>happy</b> face<img src=\"images/face-smile.png\">"