We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2014-03-26 20:44:04 +0200 |
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
}