QMl Rich Text/Label element have incorrect horizontal alignment if line starts with
Label {
width: parent.width
horizontalAlignment: Text.AlignRight
text: '<img src="image://theme/graphic-busyindicator-small">text'
textFormat: Text.RichText
wrapMode: Text.Wrap
}

| 2 | No.2 Revision |
QMl Rich Text/Label element have incorrect horizontal alignment if line starts with
Label {
width: parent.width
horizontalAlignment: Text.AlignRight
text: '<img src="image://theme/graphic-busyindicator-small">text'
textFormat: Text.RichText
wrapMode: Text.Wrap
}

| 3 | No.3 Revision |
QMl Rich Text/Label element have incorrect horizontal alignment if line starts with html image inside
Label {
width: parent.width
horizontalAlignment: Text.AlignRight
text: '<img src="image://theme/graphic-busyindicator-small">text'
textFormat: Text.RichText
wrapMode: Text.Wrap
}
