try using horizontalAlignment: Text.AlignHCenter instead of anchors
On 13.02.2014 23:15, Oleksii Serdiuk wrote:
Hi Oleg,
Aligning to baseline should align text on the same line (even if its
size is different). And it works correctly in my app, for example:
https://openrepos.net/sites/default/fi
Hi Oleg,
Aligning to baseline should align text on the same line (even if its
size is different). And it works correctly in my app, for example:
https://openrepos.net/sites/default/files/packages/813/screenshot-20140112215811.jpg
Could it be because one of your labels is rich text and another isn
I have 2 labels:
Label {
id: venueNameLabel
anchors.top: parent.top
anchors.left: parent.left
anchors.leftMargin: 10
textFormat: Text.RichText
font.bold: true
text: "a:link{color:"+Theme