We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2014-03-26 20:44:04 +0200

QML Text/Label horizontal alibnment bug

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
}

bug

QML Text/Label horizontal alibnment alignment bug

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
}

bug

QML Text/Label horizontal alignment bug

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
}

bug